Skip to content

Commit dd453ba

Browse files
committed
🔧 Update MkDocs to include indexes and fine-tune configs
1 parent 6715817 commit dd453ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ theme:
1919
features:
2020
- search.suggest
2121
- search.highlight
22+
- content.tabs.link
2223
icon:
2324
repo: fontawesome/brands/github-alt
2425
logo: img/icon-white.svg
@@ -43,6 +44,7 @@ nav:
4344
- tutorial/automatic-id-none-refresh.md
4445
- tutorial/select.md
4546
- tutorial/where.md
47+
- tutorial/indexes.md
4648
- tutorial/one.md
4749
- tutorial/limit-and-offset.md
4850
- tutorial/update.md
@@ -103,7 +105,8 @@ markdown_extensions:
103105
- name: mermaid
104106
class: mermaid
105107
format: !!python/name:pymdownx.superfences.fence_div_format ''
106-
- pymdownx.tabbed
108+
- pymdownx.tabbed:
109+
alternate_style: true
107110
- mdx_include
108111

109112
extra:

0 commit comments

Comments
 (0)