mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 13:38:17 +02:00
docs: refactor sections, consolidate examples (#1164)
This commit is contained in:
parent
f41eeaf138
commit
8cae3f27bb
74 changed files with 85 additions and 194 deletions
|
@ -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: [""],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue