Skip to content

Commit

Permalink
add anchors and section page setting.
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Asano <[email protected]>
  • Loading branch information
sukeya committed Sep 29, 2024
1 parent 522cf07 commit de49513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ theme:
- content.action.edit
- toc.integrate
- navigation.top
- navigation.indexes
markdown_extensions:
- admonition
- footnotes
Expand All @@ -37,6 +38,11 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- git-revision-date-localized:
enable_creation_date: true
Expand Down

0 comments on commit de49513

Please sign in to comment.