2024-01-16 18:36:59 +03:00
|
|
|
site_name: pkgx test
|
|
|
|
#docs_dir:
|
|
|
|
nav:
|
|
|
|
- index.md
|
|
|
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
feature:
|
|
|
|
tabs: true
|
|
|
|
palette:
|
|
|
|
primary: blue
|
|
|
|
features:
|
|
|
|
- navigation.expand
|
2024-02-07 18:15:42 +03:00
|
|
|
- navigation.tabs
|
|
|
|
- navigation.tabs.sticky
|
2024-01-16 18:36:59 +03:00
|
|
|
- navigation.top
|
|
|
|
- content.code.copy
|
|
|
|
- content.code.annotate
|
2024-02-07 18:15:42 +03:00
|
|
|
- navigation.indexes
|
|
|
|
- content.tabs.link
|
|
|
|
- content.code.annotate
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- progress
|
|
|
|
- include-markdown
|
|
|
|
- macros
|
|
|
|
- mermaid2:
|
|
|
|
arguments:
|
|
|
|
theme: dark
|
|
|
|
- encriptmail:
|
|
|
|
placeholderAt: (Q)
|
|
|
|
placeholderDot: (P)
|
2024-01-16 18:36:59 +03:00
|
|
|
|
|
|
|
extra:
|
|
|
|
repo_icon: gitlab
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- custom.css
|
|
|
|
|
2024-02-07 18:15:42 +03:00
|
|
|
extra_javascript:
|
|
|
|
- https://unpkg.com/mermaid/dist/mermaid.min.js
|
|
|
|
|
2024-01-16 18:36:59 +03:00
|
|
|
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
|
2024-02-06 22:43:09 +03:00
|
|
|
- pymdownx.superfences:
|
|
|
|
custom_fences:
|
|
|
|
- name: mermaid
|
|
|
|
class: mermaid
|
|
|
|
format: !!python/name:mermaid2.fence_mermaid
|