Skip to content

Commit 200af03

Browse files
committed
Move related-projects page, with redirect
1 parent 07905ca commit 200af03

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
File renamed without changes.

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ markdown_extensions:
2727
plugins:
2828
- search
2929
- git-revision-date
30+
- redirects:
31+
redirect_maps:
32+
'reference/related-projects.md': 'community/related-projects.md'
3033
nav:
3134
- 'Home': 'index.md'
3235
- 'Getting started': 'getting-started.md'
@@ -51,8 +54,8 @@ nav:
5154
- 'API and settings': 'reference/api.md'
5255
- 'Concepts': 'reference/concepts.md'
5356
- 'Known issues': 'reference/known-issues.md'
54-
- 'Related projects': 'reference/related-projects.md'
5557
- 'Community':
58+
- 'Related projects': 'community/related-projects.md'
5659
- 'Code of conduct': 'community/code-of-conduct.md'
5760
- 'Security policy': 'community/security-policy.md'
5861
- 'Online demo': '/django-pattern-library/demo/pattern-library/'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ mkdocs = "^1.1.2"
5353
mkdocs-material = "^5.5.14"
5454
pymdown-extensions = "^8.0"
5555
mkdocs-git-revision-date-plugin = "^0.3.1"
56+
mkdocs-redirects = "^1.0.3"
5657

5758
[tool.isort]
5859
known_first_party = "pattern_library"

0 commit comments

Comments
 (0)