mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-28 09:08:44 +02:00
31 lines
645 B
JavaScript
31 lines
645 B
JavaScript
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', 'configuration/alpha-config'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Features',
|
|
collapsed: false,
|
|
items: ['features/endpoints'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Community',
|
|
collapsed: false,
|
|
items: ['community/security'],
|
|
},
|
|
],
|
|
};
|