mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 13:38:17 +02:00
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:
parent
3026efb5af
commit
834fa85058
32 changed files with 26 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue