2020-03-09 22:17:32 +00:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'introduction',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Guides',
|
2020-04-28 12:50:57 +00:00
|
|
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies'],
|
2020-03-09 22:17:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Reference',
|
|
|
|
items: ['annotations', 'kgctl'],
|
|
|
|
},
|
|
|
|
//Features: ['mdx'],
|
|
|
|
],
|
|
|
|
};
|