mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
doc: enable new feature of mkdocs-material.
This commit is contained in:
parent
4b973554db
commit
ab27bc1e16
1 changed files with 6 additions and 2 deletions
|
@ -41,9 +41,9 @@ theme:
|
|||
view: material/file-eye-outline
|
||||
features:
|
||||
- content.action.edit
|
||||
- content.action.view
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
- content.tooltips
|
||||
- navigation.indexes
|
||||
- navigation.sections
|
||||
- navigation.tabs
|
||||
|
@ -57,7 +57,10 @@ extra_css:
|
|||
|
||||
# Plugins
|
||||
plugins:
|
||||
- privacy
|
||||
- search
|
||||
- offline:
|
||||
enabled: !ENV [CI, true]
|
||||
- git-revision-date-localized:
|
||||
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
|
||||
enable_creation_date: true
|
||||
|
@ -84,6 +87,7 @@ markdown_extensions:
|
|||
- attr_list
|
||||
- def_list
|
||||
- footnotes
|
||||
- tables
|
||||
- md_in_html
|
||||
- toc:
|
||||
permalink: true
|
||||
|
@ -99,13 +103,13 @@ markdown_extensions:
|
|||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.keys
|
||||
- pymdownx.magiclink:
|
||||
repo_url_shorthand: true
|
||||
user: squidfunk
|
||||
repo: mkdocs-material
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
|
|
Loading…
Reference in a new issue