diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
new file mode 100644
index 000000000000..3a7a0116e975
--- /dev/null
+++ b/.github/workflows/build-docs.yml
@@ -0,0 +1,20 @@
+name: Publish docs via GitHub Pages
+on:
+ push:
+ branches:
+ - main
+
+jobs:
+ build:
+ name: Deploy docs
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout main
+ uses: actions/checkout@v1
+
+ - name: Deploy docs
+ uses: mhausenblas/mkdocs-deploy-gh-pages@master
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ CONFIG_FILE: docs/mkdocs.yml
+ EXTRA_PACKAGES: build-base
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b2aee14eace5..7230489b4556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@ __pycache__/
*$py.class
# frontend/.env.development
docs/site/
+mealie/temp/*
+mealie/temp/api.html
+
mealie/data/backups/*
mealie/data/debug/*
diff --git a/README.md b/README.md
index 42eb7bf13087..af08ad7a8c2e 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,14 @@
A Place for All Your Recipes
Explore the docs »
-
+
+
View Demo
·
- Report Bug
+ Report Bug
+ ·
+ API
·
Request Feature
@@ -32,7 +35,6 @@
·
Docker Hub
-