docs(coding-agent): reorganize session docs

This commit is contained in:
Armin Ronacher
2026-04-28 12:06:05 +02:00
parent f5477a4ff3
commit 4166cfa921
9 changed files with 169 additions and 247 deletions

View File

@@ -29,11 +29,7 @@
},
{
"title": "Sessions",
"path": "session.md"
},
{
"title": "Session Tree",
"path": "tree.md"
"path": "sessions.md"
},
{
"title": "Compaction",
@@ -74,6 +70,15 @@
}
]
},
{
"title": "Reference",
"items": [
{
"title": "Session Format",
"path": "session-format.md"
}
]
},
{
"title": "Programmatic Usage",
"items": [
@@ -129,5 +134,15 @@
}
]
}
],
"redirects": [
{
"from": "session.md",
"to": "session-format.md"
},
{
"from": "tree.md",
"to": "sessions.md"
}
]
}