-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (46 loc) · 1.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
50 lines (46 loc) · 1.41 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
site_name: Helix
site_description: Take your AI's memory anywhere — a local-first, portable, git-like memory layer for AI coding agents.
repo_url: https://github.com/abhay-codes07/Agent-DNA-Transfer
docs_dir: docs
theme:
name: material
palette:
scheme: slate
primary: indigo
features:
- navigation.sections
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.superfences
nav:
- Home: index.md
- Product & strategy:
- PRD: PRD.md
- Competitive Analysis: COMPETITIVE_ANALYSIS.md
- Business & GTM: BUSINESS.md
- Research Survey: RESEARCH.md
- Engineering:
- Technical Spec: TSD.md
- System Architecture: SYSTEM_ARCHITECTURE.md
- Memory Model: MEMORY_MODEL.md
- Consolidation: CONSOLIDATION.md
- Retrieval: RETRIEVAL.md
- .dna Format: DNA_FORMAT.md
- Sync & Merge: SYNC.md
- Cost Optimization: COST_OPTIMIZATION.md
- API Reference: API_REFERENCE.md
- MCP Integration: MCP_INTEGRATION.md
- Plugins: PLUGINS.md
- Observability: OBSERVABILITY.md
- Trust, quality & process:
- Security Model: SECURITY_MODEL.md
- Privacy & Compliance: PRIVACY_COMPLIANCE.md
- Evaluation: EVALUATION.md
- Governance: GOVERNANCE.md
- Glossary: GLOSSARY.md
# Build the site with: pip install mkdocs-material && mkdocs serve