-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (58 loc) · 1.67 KB
/
mkdocs.yml
File metadata and controls
63 lines (58 loc) · 1.67 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
site_name: specsmith
site_description: Applied Epistemic Engineering toolkit — forge epistemically-governed scaffolds, stress-test belief systems, and run AEE pipelines.
site_url: https://specsmith.readthedocs.io
repo_url: https://github.com/BitConcepts/specsmith
repo_name: BitConcepts/specsmith
edit_uri: edit/main/docs/site/
docs_dir: docs/site
hooks:
- docs/hooks.py
theme:
name: material
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
- navigation.tabs
nav:
- Home: index.md
- Getting Started: getting-started.md
- Applied Epistemic Engineering:
- AEE Primer (Full Guide): aee-primer.md
- epistemic Library Reference: epistemic-library.md
- CLI Commands: commands.md
- Agentic Client:
- Overview: agent-client.md
- Agent Integrations: agent-integrations.md
- VS Code Extension: vscode-extension.md
- Project Types: project-types.md
- Tool Registry: tool-registry.md
- Importing Projects: importing.md
- Configuration: configuration.md
- Governance Model: governance.md
- Doctor: doctor.md
- Export & Compliance: export.md
- Rate Limit Pacing: rate-limits.md
- Troubleshooting: troubleshooting.md
- Releasing: releasing.md
- Contributing: contributing.md
markdown_extensions:
- tables
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true