# 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 - Implementation Plan: implementation_plan.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 enable_mermaid: true fence_prefix: kroki- markdown_extensions: - admonition - codehilite - toc: permalink: true toc_depth: 1-6