-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
284 lines (261 loc) · 8.98 KB
/
mkdocs.yaml
File metadata and controls
284 lines (261 loc) · 8.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
site_name: 'ThothCTL'
site_description: 'ThothForge CLI - The Internal Developer Platform CLI'
site_author: 'ThothForge Team'
site_url: 'https://thothctl.readthedocs.io/'
# Repository
repo_url: https://github.com/thothforge/thothctl
repo_name: thothforge/thothctl
edit_uri: edit/main/docs/
# Copyright
copyright: 'Copyright © 2026 ThothForge'
# Configuration
docs_dir: 'docs'
site_dir: 'site'
# Navigation
nav:
- Home: index.md
- Quick Start: quick_start.md
- Installation:
- Windows: installation/windows_installation.md
- Commands:
- Init: framework/commands/init/init.md
- List:
- Overview: framework/commands/list/list_overview.md
- Projects: framework/commands/list/list_projects.md
- Spaces: framework/commands/list/list_spaces.md
- Project:
- Overview: framework/commands/project/project_overview.md
- Convert: framework/commands/project/project_convert.md
- Upgrade: framework/commands/project/project_upgrade.md
- Cleanup: framework/commands/project/project_cleanup.md
- Use Cases: framework/commands/project/use_cases.md
- Remove:
- Overview: framework/commands/remove/remove_overview.md
- Projects: framework/commands/remove/remove_project.md
- Spaces: framework/commands/remove/remove_space.md
- Check:
- Overview: framework/commands/check/check_overview.md
- IaC Check: framework/commands/check/check_iac.md
- Customizing Rules: framework/commands/check/customizing_rules.md
- Cost Analysis: framework/commands/check/cost-analysis.md
- Blast Radius: framework/commands/check/blast-radius.md
- Drift Detection: framework/commands/check/drift-detection.md
- Dependencies: framework/commands/check/deps.md
- Plan: framework/commands/check/plan.md
- Scan:
- Overview: framework/commands/scan/scan_overview.md
- IaC Scanning: framework/commands/scan/scan_iac.md
- Use Cases: framework/commands/scan/use_cases.md
- Document:
- Overview: framework/commands/document/document_overview.md
- IaC Documentation: framework/commands/document/document_iac.md
- Use Cases: framework/commands/document/use_cases.md
- Inventory:
- Overview: framework/commands/inventory/inventory_overview.md
- IaC Inventory: framework/commands/inventory/inventory_iac.md
- Frameworks:
- Terraform: framework/commands/inventory/frameworks/terraform.md
- Terragrunt: framework/commands/inventory/frameworks/terragrunt.md
- Generate:
- Components: framework/commands/generate/generate_components.md
- Stacks: framework/commands/generate/generate_stacks.md
- MCP: framework/commands/mcp/mcp.md
- AI Review:
- Overview: framework/commands/ai-review/README.md
- Framework:
- Framework Architecture: framework/framework_architecture.md
- Software Architecture: framework/software_architecture.md
- Concepts: framework/concepts.md
- Infrastructure Composition: framework/infrasctructure_composition.md
- Space Configuration: framework/space_configuration.md
- Cross-Platform Support: framework/cross_platform_support.md
- Use Cases:
- Overview: framework/use_cases/README.md
- AI Development Lifecycle (AI-DLC): framework/use_cases/ai_dlc.md
- Platform Engineering Templates: framework/use_cases/platform_engineering_templates.md
- DevSecOps SDLC Guide: framework/use_cases/devsecops_sdlc.md
- DevSecOps Quick Start: framework/use_cases/devsecops_quickstart.md
- Space Management: framework/use_cases/space_management.md
- Check Command: framework/use_cases/check_command.md
- Inventory Command: framework/use_cases/inventory_command.md
- Template Engine: template_engine/template_engine.md
- Tasks:
- Create Template: framework/use_cases/tasks/create_template.md
- Troubleshooting:
- General: troubleshooting/troubleshooting.md
- Linux: troubleshooting/linux_troubleshooting.md
- macOS: troubleshooting/macos_troubleshooting.md
- Windows: troubleshooting/windows_troubleshooting.md
- Reference:
- IaC DevSecOps Use Case: iac_devsecops_use_case.md
- MCP Integration: mcp.md
- Telemetry: telemetry.md
- FdI Roadmap: framework/roadmap_fdi.md
# Theme Configuration
theme:
name: material
language: en
# Logo and favicon
logo: img/framework/thothforge-framework.svg
favicon: img/framework/thothforge-framework.svg
# Color palette
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
# Font configuration
font:
text: Roboto
code: Roboto Mono
# Features
features:
# Navigation
- navigation.instant # Instant loading
- navigation.instant.prefetch # Prefetch pages
- navigation.instant.progress # Progress indicator
- navigation.tracking # Anchor tracking
- navigation.tabs # Top-level tabs
- navigation.tabs.sticky # Sticky tabs
- navigation.sections # Section navigation
- navigation.expand # Expand navigation by default
- navigation.path # Breadcrumbs
- navigation.indexes # Section index pages
- navigation.top # Back to top button
- navigation.footer # Footer navigation
# Search
- search.suggest # Search suggestions
- search.highlight # Highlight search terms
- search.share # Share search results
# Table of contents
- toc.follow # Follow TOC
- toc.integrate # Integrate TOC
# Content
- content.code.copy # Copy code button
- content.code.annotate # Code annotations
- content.tabs.link # Link content tabs
- content.tooltips # Tooltips
# Header
- header.autohide # Auto-hide header
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang:
- en
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
# Extensions
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
permalink_title: Anchor link to this section
toc_depth: 3
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
# Extra CSS and JavaScript
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
# Extra configuration
extra:
version:
provider: mike
default: latest
# Social links
social:
- icon: fontawesome/brands/github
link: https://github.com/thothforge/thothctl
name: ThothCTL on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/thothctl/
name: ThothCTL on PyPI
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/thothforge/thothctl
name: ThothCTL on Docker Hub
# Analytics (optional - uncomment and configure)
# analytics:
# provider: google
# property: G-XXXXXXXXXX
# Consent (optional - for GDPR compliance)
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
- manage
# Validation
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: info
unrecognized_links: info