94f9a5e507
This commit adds a guide for deploying Kubernetes NetworkPolicy support to a cluster running Kilo. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
20 lines
376 B
JavaScript
20 lines
376 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'doc',
|
|
id: 'introduction',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Guides',
|
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Reference',
|
|
items: ['annotations', 'kgctl'],
|
|
},
|
|
//Features: ['mdx'],
|
|
],
|
|
};
|