Installation Docs Restructuring (#2406)

* rename quick-start as install, move Synology to guides

* add redirects

* expand redirects, rename installation to releases
This commit is contained in:
Alex Fornuto 2021-07-29 15:40:15 -05:00 committed by GitHub
parent 3026efb5af
commit 834fa85058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 26 additions and 17 deletions

View file

@ -71,7 +71,7 @@ module.exports = {
sidebarDepth: 0,
children: [
"",
"installation",
"releases",
"architecture",
"background",
"FAQ",
@ -80,17 +80,16 @@ module.exports = {
],
},
{
title: "Quick Start",
title: "Install",
collapsable: false,
path: "/docs/quick-start/",
path: "/docs/install/",
type: "group",
sidebarDepth: 0,
children: [
"quick-start/",
"quick-start/binary",
"quick-start/helm",
"quick-start/synology",
"quick-start/from-source",
"install/",
"install/binary",
"install/helm",
"install/from-source",
],
},
{
@ -165,6 +164,7 @@ module.exports = {
"local-oidc",
"mtls",
"nginx",
"synology",
"tcp",
"tiddlywiki",
"traefik-ingress",