-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 1.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (39 loc) · 1.4 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: dotboost
current_version: v1
versions:
- v1
nav:
- Home: index.md
- v1:
- Introduction: v1/introduction.md
- "Architecture Overview": v1/architecture.md
- "Getting Started": v1/getting-started.md
- Permissions:
- "Introduction": v1/permissions/introduction.md
- "Reference": v1/permissions/reference.md
- "Customization": v1/permissions/customization.md
- Hooks:
- "Introduction": v1/hooks/introduction.md
- "Reference": v1/hooks/reference.md
- "Guardrails vs. Permissions": v1/hooks/guardrails-vs-permissions.md
- Commands:
- "Introduction": v1/commands/introduction.md
- "Reference": v1/commands/reference.md
- Skills:
- "Introduction": v1/skills/introduction.md
- "Reference": v1/skills/reference.md
- "Dependency Policy": v1/skills/dependency-policy.md
- "Feature Documentation": v1/feature-docs.md
- "Status Line": v1/status-line.md
- "Windows & Line Endings": v1/windows-and-line-endings.md
- "Verifying an Install": v1/verifying-an-install.md
- Maintaining: v1/maintaining.md
- Glossary: v1/glossary.md
site_name: "dotboost"
site_description: "Claude Code configuration for Dotkernel projects"
repo_url: "https://github.com/dotkernel/dotboost"
plugins:
- search