forked from keptn/lifecycle-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add content to all section index pages (keptn#2645)
Signed-off-by: Moritz Wiesinger <[email protected]> Co-authored-by: Meg McRoberts <[email protected]> Signed-off-by: Arya Soni <[email protected]>
- Loading branch information
1 parent
08f0c06
commit fc378f8
Showing
11 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# Get started | ||
|
||
This section provides tutorials to familiarize you | ||
with some basic Keptn features | ||
and point you to other documentation that has more comprehensive information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Guides | ||
|
||
This section provides comprehensive guides about specific features of Keptn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Keptn Documentation | ||
|
||
This is the documentation homepage. | ||
If you are new to Keptn, please check out the following sections: | ||
|
||
- [Core Concepts](./core-concepts/index.md) will help you understand what Keptn is all about | ||
- [Get Started](./getting-started/index.md) helps you get going with your first use cases for Keptn | ||
- [Installation](./installation/index.md) guides you through | ||
the installation procedure for Keptn | ||
and provides information about special configuration options | ||
that are available. | ||
- [Guides](guides/index.md) provides detailed and comprehensive how-to information | ||
for Keptn features and capabilities. | ||
- [Reference](reference/index.md) provides comprehensive information | ||
about the CRDs and APIs that define how Keptn behaves. | ||
- [Components](components/index.md) provides architectural information | ||
about how Keptn functionality is implemented | ||
for people who want a deeper understanding of Keptn | ||
or who need this information to troubleshoot their systems. | ||
It also includes information about updating and uninstalling Keptn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# Configuration | ||
|
||
This section contains guides for specific configuration use cases for Keptn. | ||
Those will help you adjust settings that need to be set at installation time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Lifecycle API | ||
|
||
Reference information about the Lifecycle API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Metrics API | ||
|
||
Reference information about the Metrics API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Options API | ||
|
||
Reference information about the Options API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Reference | ||
|
||
This section of the Keptn documentation contains reference documentation. | ||
This section of the Keptn documentation contains reference documentation for the various APIs and CRDs that are used in Keptn. | ||
|
||
If you want to learn more about specific Custom Resource Definitions | ||
that you may need to populate to use Keptn, | ||
go to the | ||
[CRD Reference](./crd-reference/index.md) section. | ||
|
||
If you want to look up some specific object properties or want ot know more about the internal APIs of Keptn, | ||
Go to the [API Reference](./api-reference/index.md) section. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Use Cases | ||
|
||
This section contains specific use cases and integration scenarios with other Cloud Native tools. |