2023-05-27 02:49:29 +00:00
|
|
|
site_name: Akkoma-FE Documentation
|
2022-07-15 10:07:43 +00:00
|
|
|
theme:
|
2023-05-27 03:02:38 +00:00
|
|
|
favicon: 'images/akkoma_logo_vector_bg_32.png'
|
2022-07-15 10:07:43 +00:00
|
|
|
name: 'material'
|
|
|
|
custom_dir: 'theme'
|
|
|
|
# Disable google fonts
|
|
|
|
font: false
|
2023-05-27 03:02:38 +00:00
|
|
|
logo: 'images/akkoma_logo_vector_nobg.svg'
|
2022-07-15 10:07:43 +00:00
|
|
|
features:
|
|
|
|
- tabs
|
|
|
|
palette:
|
|
|
|
primary: 'deep purple'
|
|
|
|
accent: 'blue grey'
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- css/extra.css
|
2023-05-27 02:49:29 +00:00
|
|
|
repo_name: 'AkkomaGang/akkoma-fe'
|
|
|
|
repo_url: 'https://akkoma.dev/AkkomaGang/akkoma-fe'
|
2022-07-15 10:07:43 +00:00
|
|
|
|
|
|
|
extra:
|
|
|
|
repo_icon: gitea
|
|
|
|
|
|
|
|
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.tabbed
|
|
|
|
- pymdownx.details
|
|
|
|
- markdown_include.include:
|
|
|
|
base_path: docs
|