Forge
yamldeeb25a2
1# Cascade IDE documentation site (GitHub Pages: /cascade-ide/)
2# Build: pip install -r requirements-docs.txt && python tools/gen_adr_pages.py && mkdocs build
3
4site_name Cascade IDE
5site_description Agent-first IDE for .NET — documentation, ADR, architecture
6site_url https://ai-guiders.github.io/cascade-ide/
7repo_url https://github.com/AI-Guiders/cascade-ide
8repo_name AI-Guiders/cascade-ide
9edit_uri edit/develop/docs/
10
11docs_dir docs
12site_dir site
13
14hooks
15 - hooks/i18n_alternate_absolute.py
16
17theme
18 name: material
19 language: ru
20 palette:
21 - scheme: default
22 primary: indigo
23 accent: indigo
24 toggle:
25 icon: material/brightness-7
26 name: Тёмная тема
27 - scheme: slate
28 primary: indigo
29 accent: indigo
30 toggle:
31 icon: material/brightness-4
32 name: Светлая тема
33 features:
34 - navigation.tabs
35 - navigation.sections
36 - navigation.top
37 - navigation.indexes
38 - search.suggest
39 - search.highlight
40 - content.code.copy
41 - content.tabs.link
42
43plugins
44 - redirects:
45 redirect_maps:
46 # Broken relative links from docs/site/adr-nav/ (../adr → /site/adr/ on Pages)
47 site/adr/README.md: adr/README.md
48 site/adr/status-lifecycle.md: adr/status-lifecycle.md
49 # docs/ux/ matched ISO 639-1 locale "ux" in mkdocs-static-i18n — use ui-ux/
50 ux/cascade-ide-ui-layout-v1.md: ui-ux/cascade-ide-ui-layout-v1.md
51 ux/concept-to-implementation-map-v1.md: ui-ux/concept-to-implementation-map-v1.md
52 ux/README.md: ui-ux/README.md
53 - search:
54 lang:
55 - ru
56 - en
57 - i18n:
58 docs_structure: folder
59 fallback_to_default: true
60 reconfigure_material: true
61 languages:
62 - locale: ru
63 name: Русский
64 default: true
65 build: true
66 site_name: Cascade IDE
67 nav:
68 - Главная: index.md
69 - IOP (манифест): iop-manifest-v1.md
70 - ADR:
71 - site/adr-nav/index.md
72 - По статусам:
73 - Proposed: site/adr-nav/proposed.md
74 - Accepted: site/adr-nav/accepted.md
75 - In progress: site/adr-nav/accepted-in-progress.md
76 - Implemented: site/adr-nav/accepted-implemented.md
77 - Superseded: site/adr-nav/superseded.md
78 - Прочее: site/adr-nav/other.md
79 - Жизненный цикл: adr/status-lifecycle.md
80 - Полный индекс: adr/README.md
81 - Архитектура:
82 - Политика: architecture-policy.md
83 - Текущая архитектура: architecture/current-architecture-v1.md
84 - MCP: MCP-PROTOCOL.md
85 - UX:
86 - Раскладка UI: ui-ux/cascade-ide-ui-layout-v1.md
87 - Карта концептов: ui-ux/concept-to-implementation-map-v1.md
88 - Дизайн:
89 - Design Handbook: design/cide-design-handbook-v1.md
90 - Философия продукта: design/cascadeide-philosophy-v1.md
91 - Токены chrome: design/ide-chrome-tokens-v1.md
92 - Intercom (design hub): design/intercom-design-hub-v1.md
93 - Intercom (референсы): design/intercom-ux-reference-slack-mattermost-v1.md
94 - "ADR 0128: attach / code references": adr/0128-intercom-attachment-anchors-and-code-references.md
95 - "ADR 0129: message body markdown / fenced": adr/0129-intercom-message-body-markdown-and-fenced-code.md
96 - Зоны внимания (playbook): design/attention-zone-panel-playbook-v1.md
97 - Skia vs overlay: design/skia-surfaces-vs-overlays-v1.md
98 - locale: en
99 name: English
100 build: true
101 site_name: Cascade IDE
102 nav:
103 - Home: index.md
104 - IOP manifest: iop-manifest-v1.md
105 - Concept overview: concept-overview.md
106 - ADR:
107 - site/adr-nav/index.md
108 - By status:
109 - Proposed: site/adr-nav/proposed.md
110 - Accepted: site/adr-nav/accepted.md
111 - In progress: site/adr-nav/accepted-in-progress.md
112 - Implemented: site/adr-nav/accepted-implemented.md
113 - Superseded: site/adr-nav/superseded.md
114 - Other: site/adr-nav/other.md
115 - Lifecycle: adr/status-lifecycle.md
116 - Full index: adr/README.md
117 - Russian ADR (canonical): https://ai-guiders.github.io/cascade-ide/adr/
118 - Architecture:
119 - Policy: architecture-policy.md
120 - Current architecture: architecture/current-architecture-v1.md
121 - MCP: MCP-PROTOCOL.md
122 - UX:
123 - UI layout: ui-ux/cascade-ide-ui-layout-v1.md
124 - Concept map: ui-ux/concept-to-implementation-map-v1.md
125 - UX index: ui-ux/README.md
126 - Design:
127 - Design Handbook (RU): design/cide-design-handbook-v1.md
128 - Concept overview: concept-overview.md
129
130markdown_extensions
131 - admonition
132 - pymdownx.details
133 - pymdownx.superfences:
134 custom_fences:
135 - name: mermaid
136 class: mermaid
137 format: !!python/name:pymdownx.superfences.fence_code_format
138 - pymdownx.tabbed:
139 alternate_style: true
140 - tables
141 - toc:
142 permalink: true
143
144# Language switcher: mkdocs-static-i18n `reconfigure_material: true` sets contextual
145# alternates per page (do not add manual extra.alternate — breaks GitHub Pages subpath).
146
147exclude_docs |
148 architecture-migration.md
149 design/workspace-health-implementation-map-v1.md
150 design/ide-command-registry-v1.md
151 design/editor-hud-inline-migration-inventory-v1.md
152 design/editor-surface-candidates-comparison-v1.md
153 design/editor-hud-banner-inline-policy-v1.md
154 design/analyzer-rollout-dal-ccu-v1.md
155 design/data-acquisition-layer-boundaries-v1.md
156 design/cds-contract-v0.md
157 design/workspace-navigation-mcp-cookbook.md
158 design/vertical-slice-attention-capabilities-v1.md
159 adr/snippets/*
160
161validation
162 absolute_links: ignore
163 unrecognized_links: ignore
164 anchors: ignore
165
View only · write via MCP/CIDE