1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/docs/sidebars.js

31 lines
645 B
JavaScript
Raw Normal View History

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'],
},
2021-01-16 19:34:53 +02:00
{
type: 'category',
label: 'Community',
collapsed: false,
items: ['community/security'],
},
],
};