feat(wip_for_article)

This commit is contained in:
TGITS
2024-01-28 20:34:06 +01:00
parent f6221505b5
commit 705022b8f7

View File

@@ -1,3 +1,20 @@
site_name: Fun with Mkdocs !
theme:
name: material
name: material
language: en # language of the site
features:
- navigation.tabs # To have tabs instead of links
- navigation.tabs.sticky # So have the tabs always present at the top of the page, event when you scroll down
- navigation.tracking # the url evolves with the scrolling
- toc.integrate # to have a toc on the left
- navigation.top # to have a shorcut to go back on top of the page when we scroll down
nav:
- 'Home': 'index.md'
- 'Introduction': 'mkdocs-briefly.md'
- 'Installation': 'installing-and-running-mkdocs.md'
plugins:
- search
- offline