24 lines
579 B
YAML
24 lines
579 B
YAML
site_name: Recipes
|
|
site_description: Documentation for Firefly III
|
|
site_author: vabene1111
|
|
repo_url: https://github.com/vabene1111/recipes
|
|
edit_uri: https://github.com/vabene1111/recipes/tree/develop/docs
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: lime
|
|
accent: deep orange
|
|
logo: cookbook/static/favicon.png
|
|
favicon: cookbook/static/favicon.ico
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
|
|
nav:
|
|
- Home: 'index.md'
|
|
- Installation:
|
|
- Docker: install/docker/docker.md |