docs: Moved the implementation timeline out to its own document
Refs: #408
This commit is contained in:
@@ -116,6 +116,16 @@ nav[("skills_file",)] = "skills_file.md"
|
||||
nav[("skills_git",)] = "skills_git.md"
|
||||
nav[("skills_search",)] = "skills_search.md"
|
||||
nav[("tool_router",)] = "tool_router.md"
|
||||
nav[("acp",)] = "acp.md"
|
||||
nav[("action_cli",)] = "action_cli.md"
|
||||
nav[("actor_runtime",)] = "actor_runtime.md"
|
||||
nav[("config_resolution",)] = "config_resolution.md"
|
||||
nav[("decision_correction",)] = "decision_correction.md"
|
||||
nav[("invariants",)] = "invariants.md"
|
||||
nav[("lsp",)] = "lsp.md"
|
||||
nav[("phase_reversion",)] = "phase_reversion.md"
|
||||
nav[("plan_cli",)] = "plan_cli.md"
|
||||
nav[("repl",)] = "repl.md"
|
||||
|
||||
# Write the literate-nav summary file for the Reference section
|
||||
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+2115
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,7 @@ nav:
|
||||
- Testing Guide: development/testing.md
|
||||
- Review Playbook: development/review_playbook.md
|
||||
- Scale Testing: development/scale_testing.md
|
||||
- Implementation Timeline: timeline.md
|
||||
- Work Remaining: work-remaining.md
|
||||
- FAQ: faq.md
|
||||
- Reference: reference/
|
||||
|
||||
Reference in New Issue
Block a user