Files
cleveragents-core/mkdocs.yml

40 lines
775 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
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
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
toc_depth: 1-6