File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11site_name : cas-reference-product Documentation
2+ site_description : Autonomous GitHub workflow engine for the Coding Autopilot System.
3+ site_url : https://Coding-Autopilot-System.github.io/gsd-orchestrator/
4+
25theme :
36 name : material
7+ font :
8+ text : Roboto
9+ code : Roboto Mono
10+ palette :
11+ # Palette toggle for light mode
12+ - media : " (prefers-color-scheme: light)"
13+ scheme : default
14+ primary : indigo
15+ accent : blue
16+ toggle :
17+ icon : material/brightness-7
18+ name : Switch to dark mode
19+ # Palette toggle for dark mode
20+ - media : " (prefers-color-scheme: dark)"
21+ scheme : slate
22+ primary : indigo
23+ accent : blue
24+ toggle :
25+ icon : material/brightness-4
26+ name : Switch to light mode
27+ features :
28+ - navigation.tabs
29+ - navigation.sections
30+ - navigation.top
31+ - navigation.indexes
32+ - search.suggest
33+ - search.highlight
34+ - search.share
35+ - content.code.copy
36+ - content.action.edit
37+ - content.action.view
38+
39+ repo_name : Coding-Autopilot-System/cas-reference-product
40+ repo_url : https://github.com/Coding-Autopilot-System/cas-reference-product
41+ edit_uri : edit/main/docs/
42+
43+ markdown_extensions :
44+ - pymdownx.highlight :
45+ anchor_linenums : true
46+ line_spans : __span
47+ pygments_lang_class : true
48+ - pymdownx.inlinehilite
49+ - pymdownx.snippets
50+ - pymdownx.superfences :
51+ custom_fences :
52+ - name : mermaid
53+ class : mermaid
54+ format : !!python/name:pymdownx.superfences.fence_code_format
55+ - admonition
56+ - pymdownx.details
57+ - pymdownx.tasklist :
58+ custom_checkbox : true
59+
60+ plugins :
61+ - search
62+
You can’t perform that action at this time.
0 commit comments