Add content code copy icon and re-order plugins
This commit is contained in:
parent
1f4df2694c
commit
79867bd433
1 changed files with 16 additions and 10 deletions
26
mkdocs.yml
26
mkdocs.yml
|
@ -35,29 +35,35 @@ theme:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
|
- content.code.copy
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- javascripts/tablesort.min.js
|
- javascripts/tablesort.min.js
|
||||||
- javascripts/tables.js
|
- javascripts/tables.js
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
|
||||||
permalink: true
|
|
||||||
- admonition
|
|
||||||
- pymdownx.details
|
|
||||||
- pymdownx.emoji:
|
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
||||||
- pymdownx.tasklist:
|
|
||||||
custom_checkbox: true
|
|
||||||
- abbr
|
- abbr
|
||||||
|
- admonition
|
||||||
|
- attr_list
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: true
|
||||||
|
line_spans: __span
|
||||||
|
pygments_lang_class: true
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.details
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- pymdownx.highlight
|
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
custom_fences:
|
custom_fences:
|
||||||
- name: mermaid
|
- name: mermaid
|
||||||
class: mermaid
|
class: mermaid
|
||||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
|
|
Loading…
Reference in a new issue