-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (72 loc) · 2.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
75 lines (72 loc) · 2.5 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
site_name: td — AI-Native Todoist CLI
site_description: A modern Todoist CLI built for both humans and AI agents
site_url: https://craigmccaskill.github.io/todoist-cli/
repo_url: https://github.com/craigmccaskill/todoist-cli
repo_name: craigmccaskill/todoist-cli
theme:
name: material
palette:
- scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/install.md
- Quick Start: getting-started/quickstart.md
- Configuration: getting-started/config.md
- Commands:
- Overview: commands/index.md
- Task Management: commands/tasks.md
- Organization: commands/organization.md
- Workflow: commands/workflow.md
- Utilities: commands/utilities.md
- AI & Agent Integration:
- Overview: ai/index.md
- Structured Output: ai/output.md
- Error Handling: ai/errors.md
- Idempotency: ai/idempotency.md
- Design Decisions:
- Overview: decisions/README.md
- "ADR-0001: Design Principle": decisions/0001-design-principle.md
- "ADR-0002: Output Envelope": decisions/0002-output-envelope.md
- "ADR-0003: Priority Mapping": decisions/0003-priority-mapping.md
- "ADR-0004: Task Reference Resolution": decisions/0004-task-ref-resolution.md
- "ADR-0005: Import Boundary": decisions/0005-core-cli-boundary.md
- "ADR-0006: Schema as AI Contract": decisions/0006-schema-as-ai-contract.md
- "ADR-0007: Cache TTLs": decisions/0007-row-number-cache-ttl.md
- "ADR-0008: Click over Typer": decisions/0008-click-over-typer.md
- "ADR-0009: CRUD Verb Grammar": decisions/0009-crud-verb-grammar.md
- "ADR-0010: Triage Framework": decisions/0010-triage-framework.md
- "ADR-0011: Dependency Tracking": decisions/0011-dependency-tracking.md
- "ADR-0012: Browse Command": decisions/0012-browse-command.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- attr_list
- md_in_html
- toc:
permalink: true