easymacro/docs/en/mkdocs.yml

45 lines
1021 B
YAML

site_name: EasyMacro for LibreOffice
site_url: https://doc.cuates.net/easymacro/
repo_url: https://git.cuates.net/elmau/easymacro/
nav:
- Home: index.md
- Install: install.md
- Debug: debug.md
- Tools:
- tools/index.md
- Messages: tools/messages.md
- Dates and time: tools/datetime.md
theme:
name: material
locale: en
font: false
highlightjs: true
palette:
primary: green
features:
- navigation.path
- content.code.copy
- content.code.select
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- pymdownx.keys
extra:
alternate:
- name: English
link: /easymacro
lang: en
- name: Español
link: /easymacro/langs/es
lang: es