Skip to content

Commit 5d3feb6

Browse files
committed
Add information about redirects
1 parent cc4c893 commit 5d3feb6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ This website is made with [MkDocs](https://www.mkdocs.org) and [Material for MkD
66
$ uv sync --all-extras --dev
77
$ uv run mkdocs serve
88
```
9+
10+
## Redirects
11+
12+
The following redirects have been implemented in `mkdocs.yml`:
13+
14+
* All basic Trac pages (`wiki`, `browser`, `log`, etc.)
15+
* Ticket redirects (`ticket/*`, statically generated)
16+
17+
The following redirects are probably not worth the effort:
18+
19+
* `attachment/*` / `raw-attachment/*`, see the [trac-archive repository](https://github.com/MidnightCommander/trac-archive)
20+
* `milestone/*`, see the [mc repository](https://github.com/MidnightCommander/mc/milestones)

0 commit comments

Comments
 (0)