This repository has been archived on 2022-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
docs/mkdocs.yml
2019-10-03 10:35:41 +03:00

32 lines
788 B
YAML

site_name: Pleroma Documentation
theme:
favicon: 'images/pleroma_logo_vector_bg_32.png'
name: 'material'
# Disable google fonts
font: false
logo: 'images/pleroma_logo_vector_bg_180.png'
feature:
tabs: true
palette:
primary: 'black'
accent: 'orange'
extra_css:
- css/extra.css
repo_name: 'pleroma'
repo_url: 'https://git.pleroma.social/pleroma'
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