2020-11-05 15:16:29 +00:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'installation',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'behaviour',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Configuration',
|
|
|
|
collapsed: false,
|
2020-11-07 16:30:00 +00:00
|
|
|
items: ['configuration/overview', 'configuration/oauth_provider', 'configuration/session_storage', 'configuration/tls', 'configuration/alpha-config'],
|
2020-11-05 15:16:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Features',
|
|
|
|
collapsed: false,
|
2021-03-14 09:47:44 -07:00
|
|
|
items: ['features/endpoints'],
|
2020-11-05 15:16:29 +00:00
|
|
|
},
|
2021-01-16 17:34:53 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Community',
|
|
|
|
collapsed: false,
|
|
|
|
items: ['community/security'],
|
|
|
|
},
|
2020-11-05 15:16:29 +00:00
|
|
|
],
|
|
|
|
};
|