You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mkdocs.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,15 @@ theme:
15
15
favicon: img/logo.png
16
16
logo: img/logo.png
17
17
features:
18
-
- navigation.instant# now behaves like a Single Page Application
19
-
- navigation.top# Back-to-top button
20
-
- navigation.indexes# documents can be directly attached to sections, which is particularly useful for providing overview pages: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#with-section-index-pages
18
+
- navigation.instant
19
+
- navigation.top
20
+
- navigation.indexes
21
21
- header.autohide
22
22
- navigation.tabs
23
23
- navigation.sections
24
24
- navigation.tracking
25
25
- navigation.footer
26
+
- content.action.edit
26
27
name: material
27
28
palette:
28
29
- scheme: default
@@ -41,7 +42,6 @@ extra_css:
41
42
extra_javascript:
42
43
- extra/js/jquery-3.6.0.min.js
43
44
- extra/js/mathjax.js
44
-
# - extra/js/tablesort.js # we don't need sorting for now
0 commit comments