summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-05-10 10:28:01 +0200
committerGitHub <noreply@github.com>2023-05-10 10:28:01 +0200
commita19e7d88c3edb145c56af983bdc64be38b36511f (patch)
tree72fca65194647c27ad36a5273279fd5e2c6b417a
parente4c19887bad9e2dedcfc31b9e318486e162f9300 (diff)
Docs: enable toc extension (#492)
Adds an anchor link at the end of each headline.
-rw-r--r--mkdocs.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index b273df8..9037774 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -12,6 +12,9 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.details # Collapsible admonitions
- tables
+
+ - toc:
+ permalink: true
- pymdownx.highlight:
anchor_linenums: true