makes the Persistent Goals docs accessible in the docs nav (and llms.txt) (#18481)

This commit is contained in:
Jeffrey Quesnelle 2026-05-01 13:29:22 -04:00 committed by GitHub
parent f99676e315
commit 0b76d23d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -75,6 +75,7 @@ SECTIONS: list[tuple[str, list[tuple[str, str, str | None]]]] = [
("user-guide/features/delegation", "Delegation", None),
("user-guide/features/kanban", "Kanban Multi-Agent", None),
("user-guide/features/kanban-tutorial", "Kanban Tutorial", None),
("user-guide/features/goals", "Persistent Goals", None),
("user-guide/features/code-execution", "Code Execution", None),
("user-guide/features/hooks", "Hooks", None),
("user-guide/features/batch-processing", "Batch Processing", None),