[project] site_name = "AgentsView" site_url = "https://agentsview.io" site_description = "Local-first desktop and web app for AI agent sessions" site_author = "Kenn Software LLC" copyright = 'Copyright © 2026 Kenn Software LLC. MIT License.' docs_dir = "docs" site_dir = "site" repo_url = "https://github.com/kenn-io/agentsview" repo_name = "kenn-io/agentsview" extra_css = ["stylesheets/extra.css"] extra_javascript = ["javascripts/lightbox.js"] use_directory_urls = true nav = [ {"Quick Start" = "quickstart.md"}, {"Usage Guide" = "usage.md"}, {"Activity" = "activity.md"}, {"Recent Edits" = "recent-edits.md"}, {"Session Intelligence" = "session-intelligence.md"}, {"MCP Server" = "mcp.md"}, {"Token Usage & Costs" = "token-usage.md"}, {"Chat Import" = "chat-import.md"}, {"Session Insights" = "insights.md"}, {"CLI Reference" = "commands.md"}, {"Session Export" = "session-export.md"}, {"Stats" = "stats.md"}, {"Session API" = "session-api.md"}, {"Semantic Search" = "semantic-search.md"}, {"Semantic Search Internals" = "semantic-search-internals.md"}, {"Recall (Experimental)" = "recall.md"}, {"Configuration" = "configuration.md"}, {"Remote Access" = "remote-access.md"}, {"PostgreSQL Sync" = "pg-sync.md"}, {"DuckDB Mirror" = "duckdb.md"}, {"Changelog" = "changelog.md"}, ] [project.extra] homepage = "/" [project.theme] variant = "modern" custom_dir = "overrides" features = [ "navigation.instant", "navigation.instant.progress", "navigation.tracking", "navigation.sections", "navigation.path", "content.code.copy", ] [project.theme.palette] scheme = "slate" primary = "custom" accent = "custom" [project.theme.icon] repo = "fontawesome/brands/github" edit = "lucide/pencil" view = "lucide/file-code" [project.markdown_extensions.admonition] [project.markdown_extensions.attr_list] [project.markdown_extensions.md_in_html] [project.markdown_extensions.pymdownx.details] [project.markdown_extensions.pymdownx.highlight] anchor_linenums = true pygments_lang_class = true [project.markdown_extensions.pymdownx.inlinehilite] [project.markdown_extensions.pymdownx.superfences] custom_fences = [ { name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" } ] [project.markdown_extensions.pymdownx.tabbed] alternate_style = true [project.markdown_extensions.tables] [project.markdown_extensions.toc] permalink = true