File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ markdown_extensions:
27
27
plugins :
28
28
- search
29
29
- git-revision-date
30
+ - redirects :
31
+ redirect_maps :
32
+ ' reference/related-projects.md ' : ' community/related-projects.md'
30
33
nav :
31
34
- ' Home ' : ' index.md'
32
35
- ' Getting started ' : ' getting-started.md'
51
54
- ' API and settings ' : ' reference/api.md'
52
55
- ' Concepts ' : ' reference/concepts.md'
53
56
- ' Known issues ' : ' reference/known-issues.md'
54
- - ' Related projects ' : ' reference/related-projects.md'
55
57
- ' Community ' :
58
+ - ' Related projects ' : ' community/related-projects.md'
56
59
- ' Code of conduct ' : ' community/code-of-conduct.md'
57
60
- ' Security policy ' : ' community/security-policy.md'
58
61
- ' Online demo ' : ' /django-pattern-library/demo/pattern-library/'
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ mkdocs = "^1.1.2"
53
53
mkdocs-material = " ^5.5.14"
54
54
pymdown-extensions = " ^8.0"
55
55
mkdocs-git-revision-date-plugin = " ^0.3.1"
56
+ mkdocs-redirects = " ^1.0.3"
56
57
57
58
[tool .isort ]
58
59
known_first_party = " pattern_library"
You can’t perform that action at this time.
0 commit comments