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 1e3c743 commit fedced3Copy full SHA for fedced3
mkdocs.yml
@@ -2,13 +2,17 @@ site_name: RTFM
2
theme:
3
features:
4
- content.action.edit
5
+ - navigation.tabs
6
+ - navigation.tabs.sticky
7
name: material
8
extra_css:
9
- css/rtfm.css
10
extra_javascript:
11
- js/rtfm.js
12
13
markdown_extensions:
14
+ - toc:
15
+ permalink: true
16
# admonitions
17
- admonition
18
- pymdownx.details
@@ -18,9 +22,6 @@ markdown_extensions:
22
- pymdownx.caret
19
23
- pymdownx.mark
20
24
- pymdownx.tilde
21
-# table of contents
- - toc:
- permalink: true
25
26
repo_url: https://github.com/synshop/rtfm
27
edit_uri: edit/master/docs/
0 commit comments