File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Getting started
2
+
3
+ This section contains the information on how to get started with Kamaji
4
+
5
+ - [ Getting started with Kamaji] ( getting-started.md ) : install the required components and Kamaji on any Kubernetes cluster
6
+ - [ Kamaji: Getting started on Kind] ( kind.md ) : useful for development environments, create a Kamaji environment on ` kind `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ View [Concepts](concepts.md) for a deeper understanding of principles behind Kam
14
14
15
15
## Getting started
16
16
17
- Please refer to the [ Getting Started guide] ( getting-started.md ) to deploy a minimal setup of Kamaji.
17
+ Please refer to the [ Getting Started guide] ( getting-started/index .md ) to deploy a minimal setup of Kamaji.
18
18
19
19
20
20
## FAQs
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ markdown_extensions:
55
55
# Generate navigation bar
56
56
nav :
57
57
- ' Kamaji ' : index.md
58
- - ' Getting started ' :
58
+ - ' Getting started ' :
59
+ - getting-started/index.md
59
60
- getting-started/getting-started.md
60
61
- getting-started/kind.md
61
62
- ' Concepts ' : concepts.md
You can’t perform that action at this time.
0 commit comments