mirror of
https://github.com/MidnightCommander/website.git
synced 2026-02-02 11:13:47 -08:00
Add information about redirects
This commit is contained in:
12
README.md
12
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user