diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 64cbea82..e8a5833b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Publish docs via GitHub Pages +name: Make Docs on: push: branches: diff --git a/mkdocs.yml b/mkdocs.yml index 24e5a2af..4e22087c 100644 --- a/mkdocs.yml +++ b/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 \ No newline at end of file + name: material + palette: + primary: lime + accent: deep orange + logo: cookbook/static/favicon.png + favicon: cookbook/static/favicon.ico + icon: + repo: fontawesome/brands/github \ No newline at end of file