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

38 lines
913 B
YAML
Raw Normal View History

2022-06-21 16:36:14 +00:00
site_name: Akkoma Documentation
2019-10-02 17:42:58 +00:00
theme:
2019-10-02 20:03:01 +00:00
favicon: 'images/pleroma_logo_vector_bg_32.png'
2022-07-07 18:47:34 +00:00
name: 'material'
custom_dir: 'theme'
2019-10-02 17:42:58 +00:00
# Disable google fonts
font: false
2019-10-03 10:51:57 +00:00
logo: 'images/pleroma_logo_vector_nobg.svg'
2020-06-22 10:21:03 +00:00
features:
- tabs
2019-10-02 17:42:58 +00:00
palette:
2022-07-07 18:47:34 +00:00
primary: 'deep purple'
accent: 'blue grey'
2019-10-02 17:42:58 +00:00
extra_css:
- css/extra.css
2022-06-21 16:36:14 +00:00
repo_name: 'AkkomaGang/docs'
repo_url: 'https://akkoma.dev/AkkomaGang/docs'
2019-10-02 17:42:58 +00:00
extra:
2022-01-29 13:24:28 +00:00
repo_icon: gitea
2019-10-02 17:42:58 +00:00
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
2019-10-03 07:35:41 +00:00
- pymdownx.superfences
2020-08-14 11:16:39 +00:00
- pymdownx.tabbed
2019-10-03 11:02:30 +00:00
- pymdownx.details
2019-12-09 01:05:53 +00:00
- markdown_include.include:
base_path: docs