We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49379a7 commit c61c3e8Copy full SHA for c61c3e8
.github/mkdocs.yml
@@ -6,7 +6,7 @@ nav:
6
- Introduction: 'index.md'
7
- User Guide: 'userguide.md'
8
- Contributing:
9
- - Contributing Guide: 'contribute.md'
+ - Contributing Guide: '../.github/CONTRIBUTING.md'
10
- Roadmap: 'roadmap.md'
11
- Documentation:
12
- Known Issues: 'KnownIssues.md'
@@ -86,4 +86,4 @@ plugins:
86
minify_html: true
87
htmlmin_opts:
88
remove_comments: true
89
- cache_safe: true
+ cache_safe: true
docs/contribute.md
0 commit comments