4d738c3bf0
the file belongs to
34 lines
839 B
YAML
34 lines
839 B
YAML
site_name: Pleroma Documentation
|
|
theme:
|
|
favicon: 'images/pleroma_logo_vector_bg_32.png'
|
|
name: 'material'
|
|
custom_dir: 'theme'
|
|
# Disable google fonts
|
|
font: false
|
|
logo: 'images/pleroma_logo_vector_nobg.svg'
|
|
feature:
|
|
tabs: true
|
|
palette:
|
|
primary: 'black'
|
|
accent: 'orange'
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
repo_name: 'pleroma/docs'
|
|
repo_url: 'https://git.pleroma.social/pleroma/docs'
|
|
|
|
extra:
|
|
repo_icon: gitlab
|
|
|
|
markdown_extensions:
|
|
# Note/warning blocks https://squidfunk.github.io/mkdocs-material/extensions/admonition/
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
# Make it possible to link to every header https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.superfences
|
|
- pymdownx.details
|