-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: set up get-started directory tree #1303
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f381efe
Set up get-started directory tree
StackScribe b482f72
markdownlint-fix
StackScribe 34daac4
move integrate from install to implementing
StackScribe ce021d6
delete xref to install/integrate.md
StackScribe b6e7713
get-started -> getting-started
StackScribe 6561057
Merge branch 'main' into 0427-setup-get-started
StackScribe e9136cc
Update docs/go.mod
StackScribe 4483e3d
Update docs/go.sum
StackScribe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Getting started | ||
description: Familiarize yourself with the Keptn Lifecycle Toolkit | ||
weight: 15 | ||
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html | ||
--- | ||
|
||
> **Note** | ||
This section is under development. | ||
We welcome your input!** | ||
|
||
This section provides excercises to introduce you to | ||
the Keptn Lifecycle Toolkit. | ||
Choose the exercise that interest you the most. | ||
|
||
The [Introducing Keptn Lifecycle Toolkit](https://youtu.be/449HAFYkUlY) | ||
video discusses three common use cases for the Lifecycle Toolkit | ||
and walks you through the implementation process for each. | ||
The following exercises provide more detailed instructions | ||
for implementing these use cases: | ||
|
||
* [Getting started with Keptn metrics](metrics) | ||
* [Standardize access to observability data](observability) | ||
* [Orchestrate deployment checks](orchestrate) | ||
|
||
If you prefer, | ||
[Getting started with Lifecycle Toolkit](generic-gs) | ||
provides an exercise that introduces you to | ||
all the things KLT can do. |
8 changes: 3 additions & 5 deletions
8
docs/content/en/docs/getting-started.md → ...docs/getting-started/generic-gs/_index.md
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
File renamed without changes
File renamed without changes
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Getting started with Keptn metrics | ||
description: Learn how Keptn metrics enhances your deployment | ||
weight: 25 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Standardize access to observability data | ||
description: Learn how the Keptn Lifecycle Toolkit standardizes access to observability data. | ||
weight: 45 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Getting started with the Lifecycle Toolkit | ||
description: Learn how the Keptn Lifecycle Toolkit can orchestrate deployment checks. | ||
weight: 55 | ||
--- | ||
|
File renamed without changes.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has the same title as the previous section. Maybe we can call this
Deployment Orchestration
. This can be done in a follow up :)@StackScribe