Spaces:
Runtime error
Runtime error
Commit
·
e237787
1
Parent(s):
b1a9f36
modify file
Browse files- docs/mkdocs.yml +12 -7
docs/mkdocs.yml
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
site_name: TEMPS
|
2 |
-
|
3 |
theme:
|
4 |
-
name:
|
5 |
-
|
6 |
-
plugins:
|
7 |
-
- mkdocstrings
|
8 |
|
9 |
-
|
|
|
10 |
- Home: index.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
site_name: TEMPS Documentation
|
|
|
2 |
theme:
|
3 |
+
name: material
|
|
|
|
|
|
|
4 |
|
5 |
+
# Define the navigation structure for the docs
|
6 |
+
nav:
|
7 |
- Home: index.md
|
8 |
+
|
9 |
+
# Define the URL where the site will be deployed
|
10 |
+
site_url: https://github.com/lauracabayol/TEMPS
|
11 |
+
|
12 |
+
markdown_extensions:
|
13 |
+
- codehilite
|
14 |
+
- toc
|
15 |
+
- admonition
|