-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (82 loc) · 2.77 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (82 loc) · 2.77 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
site_name: Yggdrasil
site_url: https://siliconsaga.github.io/yggdrasil
site_description: Workspace root for the SiliconSaga ecosystem — docs, skills, and Guardian Driven Development
repo_url: https://github.com/SiliconSaga/yggdrasil
repo_name: SiliconSaga/yggdrasil
theme:
name: material
palette:
- scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.path
- toc.follow
- content.code.copy
not_in_nav: |
/agent-security/**
/plans/**
validation:
links:
not_found: info
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
nav:
- Home: index.md
- Yggdrasil:
- Ecosystem Architecture: ecosystem-architecture.md
- Workspace Setup: workspace-setup.md
- WS CLI Guide: ws-cli-guide.md
- Code Style: code-style.md
- Git Provider Setup: git-provider-setup.md
- MCP Setup: mcp-setup.md
- Guardian Driven Development:
- Overview: gdd/index.md
- Philosophy: gdd/philosophy.md
- Cross-Fork CR Internals: gdd/cr-internals.md
- Features Tour: gdd/features.md
- Roles and Stances: gdd/roles-and-stances.md
- Skills Reference: gdd/skills-reference.md
- The Thalamus: gdd/thalamus.md
- Realms: gdd/realms.md
- Adapters: gdd/adapters.md
- Hoards: gdd/hoards.md
- Obsidian Vault Hoard: gdd/obsidian-vault.md
- Trust and Safety: gdd/trust-and-safety.md
- Access: gdd/access.md
- Permissions: gdd/permissions.md
- Self-Improving Loop: gdd/self-improving-loop.md
- Case Studies:
- gdd/case-studies/index.md
- "Contributor PR Review (v1.0)": gdd/case-studies/terasology-contributor-review.md
- "Early GDD: First Sessions": gdd/case-studies/early-gdd.md
- "Session 1: GDD Pilot": gdd/case-studies/session-1-gdd-pilot.md
- "Session 2: Review Threads": gdd/case-studies/session-2-review-threads.md
- "Thalamus: Primary": gdd/case-studies/thalamus-primary.md
- "Thalamus: Primary Processed": gdd/case-studies/thalamus-processed.md
- "Thalamus: Parallel": gdd/case-studies/thalamus-parallel.md
- Getting Started: getting-started.md
- Tutorials:
- tutorials/index.md
- Guarded Kubernetes: tutorials/guarded-kubernetes.md
- GitHub Pages Site: https://github.com/SiliconSaga/yggdrasil/blob/main/templates/components/gh-pages/README.md