mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-10 06:42:45 +02:00
init security section
This commit is contained in:
parent
1a5cfda940
commit
f51a02d613
5 changed files with 66 additions and 0 deletions
|
@ -131,6 +131,18 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
"client",
|
||||
{
|
||||
title: "Security",
|
||||
collapsable: true,
|
||||
path: "/docs/security/",
|
||||
sidebarDepth: 1,
|
||||
children: [
|
||||
"security/readme",
|
||||
"security/upstream-tls",
|
||||
"security/sidecar",
|
||||
"security/upstream-jwt",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Topics",
|
||||
collapsable: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue