60f0ccd8a2
Signed-off-by: leonnicolas <leonloechner@gmx.de> Update docs/peer-validation.md Co-authored-by: Lucas Servén Marín <lserven@gmail.com>
20 lines
424 B
JavaScript
20 lines
424 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'doc',
|
|
id: 'introduction',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Guides',
|
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard', 'peer-validation'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Reference',
|
|
items: ['annotations', 'kg', 'kgctl'],
|
|
},
|
|
//Features: ['mdx'],
|
|
],
|
|
};
|