mirror of
https://github.com/TGITS/fun-with-mkdocs.git
synced 2026-03-28 17:42:47 +01:00
feat(wip_for_article)
This commit is contained in:
19
mkdocs.yml
19
mkdocs.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user