website: create website

This commit introduces a the Kilo website. It is generated with
Docusaurus and can be deployed with standard services like Netlify.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-03-09 23:17:32 +01:00
parent e681c10cb4
commit 3d9c5f322d
23 changed files with 11455 additions and 9 deletions

19
website/sidebars.js Normal file
View File

@@ -0,0 +1,19 @@
module.exports = {
docs: [
{
type: 'doc',
id: 'introduction',
},
{
type: 'category',
label: 'Guides',
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services'],
},
{
type: 'category',
label: 'Reference',
items: ['annotations', 'kgctl'],
},
//Features: ['mdx'],
],
};