Skip to content

Commit fff2f00

Browse files
committed
enable blog and write one on getting started with kube-bind
Signed-off-by: olalekan odukoya <odukoyaonline@gmail.com>
1 parent 8409a77 commit fff2f00

12 files changed

Lines changed: 730 additions & 40 deletions

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
venv
22
generated
33
__pycache__
4+
.cache/
5+
site/

docs/content/.pages

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
nav:
22
- Home:
3-
- index.md
3+
- index.md
44
- Setup: setup
55
- Usage: usage
66
- Contributing: contributing
77
- Developers: developers
88
- API References: reference
9+
- Blog: blog

docs/content/blog/.authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
authors:
2+
olamilekan000:
3+
name: Olalekan Odukoya
4+
description: Contributor
5+
avatar: https://avatars.githubusercontent.com/u/24735571?v=4

docs/content/blog/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Blog
2+

0 commit comments

Comments
 (0)