Skip to content

Commit

Permalink
mkdocs: add pymdownx.tabbed
Browse files Browse the repository at this point in the history
Tabbed helps illustrate various configuration methods in the NixOS installation guide.

Also removed a redundant item
  • Loading branch information
soopyc committed May 1, 2024
1 parent c58e2f9 commit acb46ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ theme:
font: false
features:
- tabs
- content.tabs.link
favicon: assets/images/icon.png

docs_dir: docs
Expand All @@ -28,11 +29,12 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences

plugins:
- redirects:
Expand Down

0 comments on commit acb46ff

Please sign in to comment.