mkdocs-material v5
This commit is contained in:
15
mkdocs.yml
15
mkdocs.yml
@@ -232,14 +232,21 @@ nav:
|
||||
- MkDocs: mkdocs.md
|
||||
|
||||
theme:
|
||||
#name: bootstrap
|
||||
name: 'material'
|
||||
language: 'fr'
|
||||
feature:
|
||||
tabs: true
|
||||
features:
|
||||
# v4
|
||||
#tabs: true
|
||||
# v5
|
||||
-tabs
|
||||
-instant
|
||||
plugins:
|
||||
- search:
|
||||
lang: 'fr'
|
||||
# v4
|
||||
#lang: 'fr'
|
||||
# v5
|
||||
lang:
|
||||
- fr
|
||||
- pdf-export:
|
||||
media_type: print
|
||||
enabled_if_env: ENABLE_PDF_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user