feat: use file-wins mkdocs configs with --refresh; wiki template in mongo-ops style

This commit is contained in:
2026-09-13 18:11:42 +05:30
parent b86b5b0e85
commit de427dd350
32 changed files with 307 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
theme:
name: material
palette:
- scheme: slate
primary: deep purple
accent: cyan
scheme: slate
primary: blue grey
accent: teal
font:
text: Inter
text: Roboto
code: JetBrains Mono
features:
- navigation.sections
@@ -21,6 +21,14 @@ theme:
- search.highlight
- search.share
- search.suggest
- navigation.tabs
- toc.integrate
- header.autohide
- announce.dismiss
- footer.social
- content.code.select
- content.code.line_numbers
- content.tooltips
icon:
logo: material/file-document-multiple
repo: fontawesome/brands/github
@@ -48,7 +56,7 @@ extra_css:
- https://unpkg.com/dracula-prism/dist/css/dracula-prism.css
plugins:
- search
site_name: docforge
site_name: doc-forge
docs_dir: wiki
site_dir: ../site/wiki
nav:
@@ -62,3 +70,4 @@ nav:
- Quality Gates: 05_development/02_quality_gates.md
- Gsdfc Guide: 05_development/03_gsdfc_guide.md
- Mcp Guide: 05_development/04_mcp_guide.md
- Mkdocs Configs: 05_development/05_mkdocs_configs.md