65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
theme:
|
|
name: material
|
|
palette:
|
|
- scheme: slate
|
|
primary: deep purple
|
|
accent: cyan
|
|
font:
|
|
text: Inter
|
|
code: JetBrains Mono
|
|
features:
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.top
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.indexes
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
- content.tabs.link
|
|
- content.action.edit
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
icon:
|
|
logo: material/file-document-multiple
|
|
repo: fontawesome/brands/github
|
|
markdown_extensions:
|
|
- pymdownx.superfences
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
linenums: true
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- tables
|
|
- footnotes
|
|
- pymdownx.caret
|
|
- pymdownx.tilde
|
|
- pymdownx.mark
|
|
extra_css:
|
|
- https://unpkg.com/dracula-prism/dist/css/dracula-prism.css
|
|
plugins:
|
|
- search
|
|
site_name: docforge
|
|
docs_dir: wiki
|
|
site_dir: ../site/wiki
|
|
nav:
|
|
- Home: index.md
|
|
- Overview: 01_overview.md
|
|
- Architecture: 02_architecture.md
|
|
- Conventions: 03_conventions.md
|
|
- Iterative Workflow: 04_iterative_workflow.md
|
|
- Development:
|
|
- Environment: 05_development/01_environment.md
|
|
- Quality Gates: 05_development/02_quality_gates.md
|
|
- Gsdfc Guide: 05_development/03_gsdfc_guide.md
|
|
- Mcp Guide: 05_development/04_mcp_guide.md
|