We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72dfb6 commit 17ffb4cCopy full SHA for 17ffb4c
1 file changed
mkdocs.yml
@@ -26,12 +26,12 @@ theme:
26
- navigation.search.suggest.share
27
28
nav:
29
- - Home: docs/index.md
+ - Home: ./docs/index.md
30
- Resources:
31
- Data: resources/data.md
32
- Discord: https://discord.gg/qPJx5T36
33
- Publications: resources/publications.md
34
- Software: resources/software.md
35
- - Workshops: docs/workshops.md
36
- - Committee: docs/committee.md
37
- - Contact Us: docs/contact.md
+ - Workshops: ./docs/workshops.md
+ - Committee: ./docs/committee.md
+ - Contact Us: ./docs/contact.md
0 commit comments