We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4c893 commit 5d3feb6Copy full SHA for 5d3feb6
1 file changed
README.md
@@ -6,3 +6,15 @@ This website is made with [MkDocs](https://www.mkdocs.org) and [Material for MkD
6
$ uv sync --all-extras --dev
7
$ uv run mkdocs serve
8
```
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