docs: refactor sections, consolidate examples (#1164)

This commit is contained in:
bobby 2020-07-30 11:02:14 -07:00 committed by GitHub
parent f41eeaf138
commit 8cae3f27bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 85 additions and 194 deletions

View file

@ -42,8 +42,8 @@ module.exports = {
lastUpdated: "Last Updated",
nav: [
{ text: "Documentation", link: "/docs/" },
{ text: "Configuration", link: "/configuration/" },
{ text: "Recipes", link: "/recipes/" },
{ text: "Reference", link: "/reference/" },
{ text: "Guides", link: "/guides/" },
{ text: "Enterprise", link: "/enterprise/" },
{
text: "v0.9.x", // current tagged version
@ -143,14 +143,25 @@ module.exports = {
],
},
],
"/recipes/": [
"/guides/": [
{
title: "Recipes",
title: "Guides",
type: "group",
collapsable: false,
sidebarDepth: 1,
children: ["", "ad-guard", "cloud-run", "vs-code-server", "kubernetes", "argo", "mtls", "local-oidc", "tiddlywiki"],
children: [
"",
"ad-guard",
"argo",
"cloud-run",
"istio",
"kubernetes",
"local-oidc",
"mtls",
"tiddlywiki",
"vs-code-server",
],
},
],
"/enterprise/": [
@ -162,13 +173,13 @@ module.exports = {
children: [""],
},
],
"/configuration/": [
"/reference/": [
{
title: "Configuration",
title: "",
type: "group",
collapsable: false,
sidebarDepth: 1,
children: ["", "examples"],
children: [""],
},
],
},

View file

@ -2,6 +2,9 @@
/docs/reference/reference.html /configuration/
/docs/configuration/ /configuration/
/configuration/ /reference/
/community/ /docs/community/
/community/index.html /docs/community/
/community/contributing /docs/community/contributing.html
@ -13,7 +16,6 @@
/docs/reference/examples.html /configuration/examples.html
/reference/ /docs/reference/reference.html
/guide/ /docs/quick-start/
/guide/kubernetes.html /docs/quick-start/kubernetes.html
/guide/kubernetes /docs/quick-start/kubernetes.html
@ -21,3 +23,13 @@
/guide/synology.html /docs/quick-start/synology.html
/docs/examples.html /recipes/
/docs/examples /recipes/
/recipes/ /guides/
/recipes/ad-guard.html /guides/ad-guard.html
/recipes/argo.html /guides/argo.html
/recipes/cloud-run.html /guides/cloud-run.html
/recipes/istio.html /guides/istio.html
/recipes/kubernetes.html /guides/kubernetes.html
/recipes/local-oidc.html /guides/local-oidc.html
/recipes/mtls.html /guides/mtls.html
/recipes/vs-code-server.html /guides/vs-code-server.html