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

@@ -43,20 +43,6 @@ module.exports = {
collapsed: false,
items: ["guides/start/quickstart"],
},
{
type: "category",
label: "Deploy",
collapsed: false,
items: [
"guides/deploy/overview",
"guides/deploy/linux",
"guides/deploy/macos",
"guides/deploy/compose",
"guides/deploy/knative",
"guides/deploy/kubernetes",
"guides/deploy/loadbalancing-example/loadbalancing-example",
],
},
{
type: "category",
label: "Manage",
@@ -74,19 +60,6 @@ module.exports = {
"guides/manage/cloud/support",
],
},
{
type: "category",
label: "Self-Hosted",
items: [
"guides/manage/self-hosted/production",
"guides/manage/self-hosted/configure/configure",
"guides/manage/self-hosted/reverseproxy/reverse_proxy",
"guides/manage/self-hosted/custom-domain",
"guides/manage/self-hosted/http2",
"guides/manage/self-hosted/tls_modes",
"guides/manage/self-hosted/database/database",
],
},
{
type: "category",
label: "Console",
@@ -275,6 +248,36 @@ module.exports = {
items: ["apis/ratelimits/ratelimits", "legal/rate-limit-policy"],
},
],
selfHosting: [
{
type: "category",
label: "Deploy",
collapsed: false,
items: [
"self-hosting/deploy/overview",
"self-hosting/deploy/linux",
"self-hosting/deploy/macos",
"self-hosting/deploy/compose",
"self-hosting/deploy/knative",
"self-hosting/deploy/kubernetes",
"self-hosting/deploy/loadbalancing-example/loadbalancing-example",
],
},
{
type: "category",
label: "Manage",
collapsed: false,
items: [
"self-hosting/manage/production",
"self-hosting/manage/configure/configure",
"self-hosting/manage/reverseproxy/reverse_proxy",
"self-hosting/manage/custom-domain",
"self-hosting/manage/http2",
"self-hosting/manage/tls_modes",
"self-hosting/manage/database/database",
],
},
],
concepts: [
"concepts/introduction",
"concepts/principles",