Add information about redirects

This commit is contained in:
Yury V. Zaytsev
2025-04-06 10:22:00 +02:00
parent cc4c8931e8
commit 5d3feb6f9c

View File

@@ -6,3 +6,15 @@ This website is made with [MkDocs](https://www.mkdocs.org) and [Material for MkD
$ uv sync --all-extras --dev
$ uv run mkdocs serve
```
## Redirects
The following redirects have been implemented in `mkdocs.yml`:
* All basic Trac pages (`wiki`, `browser`, `log`, etc.)
* Ticket redirects (`ticket/*`, statically generated)
The following redirects are probably not worth the effort:
* `attachment/*` / `raw-attachment/*`, see the [trac-archive repository](https://github.com/MidnightCommander/trac-archive)
* `milestone/*`, see the [mc repository](https://github.com/MidnightCommander/mc/milestones)