Skip to content

Commit 4b2af24

Browse files
committed
Use the redirects plugin for stubs
1 parent f70e7d5 commit 4b2af24

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
path: .cache
2828
restore-keys: |
2929
mkdocs-material-
30-
- run: pip install mkdocs-material mkdocs-material[imaging]
30+
- run: pip install mkdocs-material mkdocs-material[imaging] mkdocs-redirects
3131
- run: mkdocs gh-deploy --force

docs/Software-known-to-have-issues-with-16k-page-size.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ markdown_extensions:
6262
clickable_checkbox: true
6363

6464
plugins:
65+
- redirects:
66+
redirect_maps:
67+
Software-known-to-have-issues-with-16k-page-size.md: Broken-Software.md
6568
- search
6669
- social:
6770
cards_layout_options:

0 commit comments

Comments
 (0)