Skip to content

Commit 3924b23

Browse files
committed
docs: Add URL redirects for restructured pages
why: Old URLs should still work after the restructuring. what: - Populate docs/redirects.txt with old-to-new URL mappings - Fix changelog include path (../../CHANGES after move to reference/) - Add title to changelog.md for toctree rendering - Remove intermediate index files (guides/, reference/) — main index links to leaves directly
1 parent 5760fc7 commit 3924b23

4 files changed

Lines changed: 14 additions & 17 deletions

File tree

docs/guides/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/redirects.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"about" "concepts"
2+
"topics/safety" "safety"
3+
"developing" "development"
4+
"history" "reference/changelog"
5+
"api/index" "reference/api/index"
6+
"api/server" "reference/api/server"
7+
"api/tools" "reference/api/tools"
8+
"api/models" "reference/api/models"
9+
"api/middleware" "reference/api/middleware"
10+
"api/resources" "reference/api/resources"
11+
"api/utils" "reference/api/utils"

docs/reference/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
(changelog)=
33
(history)=
44

5+
# Changelog
6+
57
```{currentmodule} libtmux_mcp
68
79
```
810

9-
```{include} ../CHANGES
11+
```{include} ../../CHANGES
1012
:parser: markdown
1113
```

docs/reference/index.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)