Skip to content

Commit fedced3

Browse files
authored
mkdocs.yml navigation
1 parent 1e3c743 commit fedced3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ site_name: RTFM
22
theme:
33
features:
44
- content.action.edit
5+
- navigation.tabs
6+
- navigation.tabs.sticky
57
name: material
68
extra_css:
79
- css/rtfm.css
810
extra_javascript:
911
- js/rtfm.js
1012

1113
markdown_extensions:
14+
- toc:
15+
permalink: true
1216
# admonitions
1317
- admonition
1418
- pymdownx.details
@@ -18,9 +22,6 @@ markdown_extensions:
1822
- pymdownx.caret
1923
- pymdownx.mark
2024
- pymdownx.tilde
21-
# table of contents
22-
- toc:
23-
permalink: true
2425

2526
repo_url: https://github.com/synshop/rtfm
2627
edit_uri: edit/master/docs/

0 commit comments

Comments
 (0)