Skip to content

Commit 7ecd17c

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 8831963 commit 7ecd17c

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

docs/guides/index.md

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

docs/history.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/redirects.txt

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

0 commit comments

Comments
 (0)