2020-03-09 22:17:32 +00:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'introduction',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Guides',
|
2021-05-06 15:48:08 +00:00
|
|
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard', 'peer-validation'],
|
2020-03-09 22:17:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Reference',
|
2021-05-17 07:55:45 +00:00
|
|
|
items: ['annotations', 'kg', 'kgctl', 'api'],
|
2020-03-09 22:17:32 +00:00
|
|
|
},
|
2021-05-28 11:01:17 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Contributing',
|
|
|
|
items: ['building_kilo', 'building_website'],
|
|
|
|
},
|
2020-03-09 22:17:32 +00:00
|
|
|
//Features: ['mdx'],
|
|
|
|
],
|
|
|
|
};
|