62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
# yaml-language-server: $schema=https://json.schemastore.org/mkdocs-1.6.json
|
|
# yaml-language-server: customTags:
|
|
# - !ENV scalar
|
|
# - !ENV sequence
|
|
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
|
|
- Work Remaining: work-remaining.md
|
|
- FAQ: faq.md
|
|
- Reference:
|
|
- Plan Model: reference/plan_model.md
|
|
- Development:
|
|
- CI/CD Pipeline: development/ci-cd.md
|
|
- Quality Automation: development/quality-automation.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: https://kroki.qoto.org
|
|
server_url: https://kroki.io
|
|
enable_mermaid: true
|
|
fence_prefix: kroki-
|
|
#http_method: POST
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 1-6
|