docs: split out self-hosting into new section (#4903)

* docs: split out self-hosting into section

* check for broken links

* fix netlify proxy forward

* use full path
This commit is contained in:
Florian Forster
2022-12-20 11:17:27 +01:00
committed by GitHub
parent 3c26b0bae4
commit 77e3d08f22
56 changed files with 111 additions and 90 deletions

View File

@@ -65,6 +65,12 @@ module.exports = {
docId: "apis/introduction",
position: "left",
},
{
type: "doc",
label: "Self-Hosting",
docId: "self-hosting/deploy/overview",
position: "left",
},
{
type: "doc",
docId: "concepts/introduction",