mkdocs settings
This commit is contained in:
parent
320246b18b
commit
f8ee48c23b
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish docs via GitHub Pages
|
name: Make Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
13
mkdocs.yml
13
mkdocs.yml
@ -1,3 +1,14 @@
|
|||||||
site_name: Recipes
|
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:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
palette:
|
||||||
|
primary: lime
|
||||||
|
accent: deep orange
|
||||||
|
logo: cookbook/static/favicon.png
|
||||||
|
favicon: cookbook/static/favicon.ico
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/github
|
Loading…
Reference in New Issue
Block a user