Skip to content

Commit 8a3fec2

Browse files
committed
add edit icon; remove commented stuff
1 parent 1fbfa90 commit 8a3fec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ theme:
1515
favicon: img/logo.png
1616
logo: img/logo.png
1717
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
2121
- header.autohide
2222
- navigation.tabs
2323
- navigation.sections
2424
- navigation.tracking
2525
- navigation.footer
26+
- content.action.edit
2627
name: material
2728
palette:
2829
- scheme: default
@@ -41,7 +42,6 @@ extra_css:
4142
extra_javascript:
4243
- extra/js/jquery-3.6.0.min.js
4344
- extra/js/mathjax.js
44-
# - extra/js/tablesort.js # we don't need sorting for now
4545
- extra/js/click-image.js
4646
- extra/js/hide-something.js
4747
- https://polyfill.io/v3/polyfill.min.js?features=es6

0 commit comments

Comments
 (0)