homebox/docs/mkdocs.yml

60 lines
1.4 KiB
YAML
Raw Normal View History

2022-09-09 20:57:44 +00:00
site_name: Homebox
2022-09-14 17:35:23 +00:00
site_url: https://hay-kot.github.io/homebox/
repo_name: Homebox
repo_url: https://github.com/hay-kot/homebox
2022-09-09 20:57:44 +00:00
use_directory_urls: true
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: homebox
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.annotate
- navigation.instant
- navigation.expand
- navigation.sections
- navigation.tabs.sticky
2023-03-06 19:40:35 +00:00
- navigation.tabs
favicon: assets/img/favicon.svg
logo: assets/img/favicon.svg
2022-09-09 20:57:44 +00:00
plugins:
- tags
2022-09-09 20:57:44 +00:00
extra_css:
- assets/stylesheets/extras.css
2023-03-06 19:40:35 +00:00
extra_javascript:
- assets/js/redoc.js
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- attr_list
- pymdownx.superfences
2022-09-14 17:35:23 +00:00
nav:
2023-03-06 19:40:35 +00:00
- Home:
- Home: index.md
- Quick Start: quick-start.md
- Tips and Tricks: tips-tricks.md
- Import and Export: import-csv.md
- Building The Binary: build.md
- API: "https://redocly.github.io/redoc/?url=https://hay-kot.github.io/homebox/api/openapi-2.0.json"