You've already forked oauth2-proxy
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:
24
docs/sidebars.js
Normal file
24
docs/sidebars.js
Normal 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'],
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user