diff --git a/_config.yml b/_config.yml index 457c959e..a6f3831f 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ description: >- demo-link: https://inventree.readthedocs.io/en/latest/demo/ doc-link: https://inventree.readthedocs.io/en/latest/ deploy-link: - internal: deploy/index.md + internal: deploy.md blog-link: internal: blog.html plugin-link: diff --git a/_data/general/footer.yml b/_data/general/footer.yml index 4acc8ba9..ea248489 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -43,4 +43,4 @@ - name: Blog internal: blog.html - name: Deploy - internal: deploy/index.md + internal: deploy.md diff --git a/deploy/index.md b/deploy.md similarity index 72% rename from deploy/index.md rename to deploy.md index d01581fd..f581cd40 100644 --- a/deploy/index.md +++ b/deploy.md @@ -6,10 +6,23 @@ title: Deploying InvenTree There are multiple methods to deploy InvenTree. The most popular (and by the development team supported) methods are: -- [Bare Metal](bare-metal) -- [Docker](docker) -- [Cloud](cloud) +- [Bare Metal](#bare-metal) +- [Docker](#docker) +- [Cloud](#cloud) + +### Deploying to Bare Metal + +# TODO + +### Deploying to Docker + +# TODO + +### Deploying to the Cloud + +# TODO + ### Other Options -The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture). \ No newline at end of file +The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture). diff --git a/deploy/bare-metal.md b/deploy/bare-metal.md deleted file mode 100644 index 772a0b10..00000000 --- a/deploy/bare-metal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Deploying to Bare Metal ---- - -# TODO diff --git a/deploy/cloud.md b/deploy/cloud.md deleted file mode 100644 index 4ed1e148..00000000 --- a/deploy/cloud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Deploying to Cloud ---- - -# TODO diff --git a/deploy/docker.md b/deploy/docker.md deleted file mode 100644 index 469254ff..00000000 --- a/deploy/docker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Deploying to Docker ---- - -# TODO