docs: remove frontmatter
Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
2
website/.gitignore
vendored
2
website/.gitignore
vendored
@@ -2,7 +2,7 @@
|
||||
/node_modules
|
||||
|
||||
# Production
|
||||
/docs
|
||||
/docs/*.md
|
||||
/build
|
||||
/static/img/graphs
|
||||
|
||||
|
6
website/docs/README
Normal file
6
website/docs/README
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: introduction
|
||||
title: Introduction
|
||||
hide_title: true
|
||||
custom_edit_url: https://github.com/squat/kilo/edit/master/README.md
|
||||
---
|
5
website/docs/annotations
Normal file
5
website/docs/annotations
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: annotations
|
||||
title: Annotations
|
||||
hide_title: true
|
||||
---
|
4
website/docs/kgctl
Normal file
4
website/docs/kgctl
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: kgctl
|
||||
hide_title: true
|
||||
---
|
5
website/docs/multi-cluster-services
Normal file
5
website/docs/multi-cluster-services
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: multi-cluster-services
|
||||
title: Multi-cluster Services
|
||||
hide_title: true
|
||||
---
|
5
website/docs/topology
Normal file
5
website/docs/topology
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: topology
|
||||
title: Topology
|
||||
hide_title: true
|
||||
---
|
5
website/docs/vpn
Normal file
5
website/docs/vpn
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: vpn
|
||||
title: VPN
|
||||
hide_title: true
|
||||
---
|
5
website/docs/vpn-server
Normal file
5
website/docs/vpn-server
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: vpn-server
|
||||
title: VPN Sever
|
||||
hide_title: true
|
||||
---
|
Reference in New Issue
Block a user