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:
2727plugins :
2828 - search
2929 - git-revision-date
30+ - redirects :
31+ redirect_maps :
32+ ' reference/related-projects.md ' : ' community/related-projects.md'
3033nav :
3134 - ' Home ' : ' index.md'
3235 - ' Getting started ' : ' getting-started.md'
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/'
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ mkdocs = "^1.1.2"
5353mkdocs-material = " ^5.5.14"
5454pymdown-extensions = " ^8.0"
5555mkdocs-git-revision-date-plugin = " ^0.3.1"
56+ mkdocs-redirects = " ^1.0.3"
5657
5758[tool .isort ]
5859known_first_party = " pattern_library"
You can’t perform that action at this time.
0 commit comments