-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (38 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
38 lines (38 loc) · 1.08 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
site_name: AI Chat Context Keeper
plugins:
- macros:
variables:
project_title: AI Chat Context Keeper
repo_slug: ai-chat-context-keeper
cli_primary: chatlog
env_prefix: CHM
repo_url: https://github.com/paulkiley/chat_history_manager
theme:
name: material
features:
- navigation.tabs
- content.code.copy
nav:
- Overview: index.md
- Usage:
- Quickstart: usage.md
- Configuration: configuration.md
- CLI: cli.md
- Kubernetes: kubernetes.md
- Architecture: architecture.md
- Development: development.md
- ADRs:
- 0001: adr/0001-adopt-12-factor-config-and-secrets-chain.md
- 0002: adr/0002-chat-storage-format-and-index.md
- 0003: adr/0003-cli-surface-and-vscode-tasks.md
- 0004: adr/0004-testing-and-tooling-strategy.md
- 0005: adr/0005-commit-policy-and-ci-guardrails.md
- 0006: adr/0006-introduce-retention-policies.md
- Community:
- Governance: governance.md
- Security: security.md
- Code of Conduct: code_of_conduct.md
markdown_extensions:
- admonition
- toc:
permalink: true