49 lines
1006 B
YAML
49 lines
1006 B
YAML
site_name: CleverAgents Core Docs
|
|
site_description: Documentation for the CleverAgents Python migration.
|
|
site_author: CleverThis Engineering
|
|
site_url: https://docs.cleverthis.com/cleveragents
|
|
site_dir: build/site
|
|
|
|
nav:
|
|
- Specification: specification.md
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- toc.integrate
|
|
- toc.follow
|
|
palette:
|
|
- scheme: default
|
|
primary: blue
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: blue
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra_javascript:
|
|
- javascripts/toc-collapse.js
|
|
- javascripts/diagram-lightbox.js
|
|
|
|
plugins:
|
|
- search
|
|
- kroki:
|
|
server_url: !ENV [KROKI_SERVER_URL, 'https://kroki.io']
|
|
enable_mermaid: true
|
|
fence_prefix: kroki-
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 1-6
|