mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 15:17:39 +02:00
docs: add configuration variables (#52)
This commit is contained in:
parent
7b1e832b45
commit
a31721a239
5 changed files with 246 additions and 14 deletions
|
@ -14,7 +14,6 @@ module.exports = {
|
|||
sidebar: {
|
||||
"/guide/": guideSidebar("Quick Start"),
|
||||
"/docs/": docsSidebar("Documentation")
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -34,7 +33,7 @@ function docsSidebar(title) {
|
|||
{
|
||||
title,
|
||||
collapsable: false,
|
||||
children: ["", "identity-providers", "signed-headers", "examples"]
|
||||
children: ["", "identity-providers", "signed-headers", "examples","config-reference"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue