-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Apply Markdown linting in Lifecycle Manager (#1603)
* Apply Markdown linting in Lifecycle Manager * Fix the comments in markodownlint.yaml
- Loading branch information
Showing
17 changed files
with
170 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This is a configuration file for the markdownlint. You can use this file to overwrite the default settings. | ||
# MD004 checks if the asterisk symbol is used for unordered list items | ||
MD004: | ||
style: asterisk | ||
# MD013 is set to false by default because many files include lines longer than the conventional 80 character limit | ||
MD013: false | ||
# MD024 disable the Multiple headings with the same content rule | ||
MD024: false | ||
# MD029 Set to false because it generates issues with longer lists | ||
MD029: false | ||
# MD033 is set to false to allow for inline HTML elements in a Markdown document | ||
MD033: false | ||
# MD044 is used to set capitalization for particular words. You can determine whether it should be used also for code blocks and HTML elements | ||
MD044: | ||
code_blocks: false | ||
html_elements: false | ||
names: | ||
- Kyma | ||
- Kubernetes | ||
- ConfigMap | ||
- CronJob | ||
- CustomResourceDefinition | ||
- Ingress | ||
- Node | ||
- PodPreset | ||
- Pod | ||
- ProwJob | ||
- Secret | ||
- ServiceBinding | ||
- ServiceClass | ||
- ServiceInstance |
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,3 +1,3 @@ | ||
# Developer tutorials | ||
# Developer Tutorials | ||
|
||
This directory contains infrastructure-related developer tutorials around Lifecycle Manager. |
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
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,4 +1,4 @@ | ||
# Enable webhooks in Lifecycle Manager | ||
# Enable Webhooks in Lifecycle Manager | ||
|
||
## Context | ||
|
||
|
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
Oops, something went wrong.