mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
mkdocs settings
This commit is contained in:
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:
|
||||
push:
|
||||
branches:
|
||||
|
||||
13
mkdocs.yml
13
mkdocs.yml
@@ -1,3 +1,14 @@
|
||||
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
|
||||
name: material
|
||||
palette:
|
||||
primary: lime
|
||||
accent: deep orange
|
||||
logo: cookbook/static/favicon.png
|
||||
favicon: cookbook/static/favicon.ico
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
Reference in New Issue
Block a user