1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Migrate existing documentation to Docusaurus

This commit is contained in:
Joel Speed
2020-11-05 15:16:29 +00:00
parent 11bfd15566
commit 899c743afc
34 changed files with 14399 additions and 467 deletions

24
docs/sidebars.js Normal file
View File

@ -0,0 +1,24 @@
module.exports = {
docs: [
{
type: 'doc',
id: 'installation',
},
{
type: 'doc',
id: 'behaviour',
},
{
type: 'category',
label: 'Configuration',
collapsed: false,
items: ['configuration/overview', 'configuration/oauth_provider', 'configuration/session_storage', 'configuration/tls'],
},
{
type: 'category',
label: 'Features',
collapsed: false,
items: ['features/endpoints', 'features/request_signatures'],
},
],
};