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