sidebars.js 563 B

123456789101112131415161718192021222324
  1. module.exports = {
  2. docs: [
  3. {
  4. type: 'doc',
  5. id: 'introduction',
  6. },
  7. {
  8. type: 'category',
  9. label: 'Guides',
  10. items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard', 'peer-validation', 'monitoring'],
  11. },
  12. {
  13. type: 'category',
  14. label: 'Reference',
  15. items: ['annotations', 'kg', 'kgctl', 'api'],
  16. },
  17. {
  18. type: 'category',
  19. label: 'Contributing',
  20. items: ['building_kilo', 'building_website'],
  21. },
  22. //Features: ['mdx'],
  23. ],
  24. };