20 lines
356 B
JavaScript
20 lines
356 B
JavaScript
|
module.exports = {
|
||
|
docs: [
|
||
|
{
|
||
|
type: 'doc',
|
||
|
id: 'introduction',
|
||
|
},
|
||
|
{
|
||
|
type: 'category',
|
||
|
label: 'Guides',
|
||
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services'],
|
||
|
},
|
||
|
{
|
||
|
type: 'category',
|
||
|
label: 'Reference',
|
||
|
items: ['annotations', 'kgctl'],
|
||
|
},
|
||
|
//Features: ['mdx'],
|
||
|
],
|
||
|
};
|