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 6fe28ec commit 3e4aa97Copy full SHA for 3e4aa97
mkdocs.yml
@@ -33,6 +33,17 @@ repo_url: https://github.com/tudelft3d/geogeeks
33
edit_uri: edit/main/docs/
34
repo_name: tudelft3d/geogeeks
35
36
+extra_css:
37
+ - stylesheets/extra.css
38
+
39
+extra_javascript:
40
+ - js/extra.js
41
42
+plugins:
43
+ - search
44
+ - awesome-pages
45
+# - mkdocstrings
46
47
nav:
48
- "Home":
49
- index.md
@@ -84,16 +95,7 @@ nav:
84
95
- misc/ssh.md
85
96
- misc/delftblue.md
86
97
87
-extra_css:
88
- - stylesheets/extra.css
89
-
90
-extra_javascript:
91
- - js/extra.js
92
98
93
-plugins:
94
- - search
- - awesome-pages
-# - mkdocstrings
99
100
markdown_extensions:
101
- footnotes
0 commit comments