-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.73 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.73 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
site_name: AsDecided
site_description: >-
Give your coding agent the decisions your team already made — typed
Markdown artifacts in your repo, served over MCP.
site_url: https://asdecided.com/docs/vendor/core/
repo_url: https://github.com/asdecided/core
repo_name: asdecided/core
theme:
name: material
custom_dir: overrides
font: false
language: en
favicon: images/favicon.png
logo: images/favicon.png
palette:
scheme: slate
features:
- content.code.copy
- navigation.top
- navigation.footer
extra_css:
- stylesheets/extra.css
plugins:
- search
# integration-recipes.md deliberately links into examples/ outside docs_dir
# (those paths render on GitHub, not the docs site). MkDocs can't resolve
# them locally, and --strict treats the resulting warnings as fatal, which
# has kept this workflow red. Downgrade only that check; every other strict
# guarantee (bad nav, missing internal pages) still fails the build.
validation:
links:
not_found: info
nav:
- Home: index.md
- Quickstart: quickstart.md
- MCP Server: mcp.md
- Shared Server: shared-server.md
- Deployment Hardening: deployment-hardening.md
- Org Grounding: org-grounding.md
- Corpus Federation: federation.md
- CLI Reference: cli.md
- Export Contracts: export-contracts.md
- Context Cost: context-cost.md
- Scale & Performance: scale.md
- Watchkeeper: watchkeeper.md
- Decisions on PRs: decisions-on-pr.md
- Artifacts: artifacts.md
- Relationships: relationships.md
- Validation: validation.md
- Enforcement Policy: governance.md
- Security: security.md
- OKF Profile: okf-profile.md
- Repository Workflow: repo-workflow.md
- Examples: examples.md
- Ecosystem: ecosystem.md
- Testing & Contributing: testing.md