mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 23:41:09 +02:00
docs: add faq / troubleshooting guide (#361)
This commit is contained in:
parent
a221a8b531
commit
303e4c34a3
3 changed files with 60 additions and 2 deletions
|
@ -48,7 +48,14 @@ module.exports = {
|
|||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 0,
|
||||
children: ["", "background", "releases", "upgrading", "CHANGELOG"]
|
||||
children: [
|
||||
"",
|
||||
"background",
|
||||
"releases",
|
||||
"upgrading",
|
||||
"CHANGELOG",
|
||||
"FAQ"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Quick Start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue