pantry/projects/github.com/squidfunk/mkdocs-material/mkdocs.yml
tannevaled b202402ace
github.com/squidfunk/mkdocs-material add missing common plugins (#5137)
* add missing common plugins

* try to make it work

* force use of clang

* use gcc to work around build issue

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-02-07 10:15:42 -05:00

77 lines
1.3 KiB
YAML

site_name: pkgx test
#docs_dir:
nav:
- index.md
theme:
name: material
feature:
tabs: true
palette:
primary: blue
features:
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.copy
- content.code.annotate
- navigation.indexes
- content.tabs.link
- content.code.annotate
plugins:
- search
- progress
- include-markdown
- macros
- mermaid2:
arguments:
theme: dark
- encriptmail:
placeholderAt: (Q)
placeholderDot: (P)
extra:
repo_icon: gitlab
extra_css:
- custom.css
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid