-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix markdown linter errors (#824)
- Loading branch information
Showing
37 changed files
with
831 additions
and
551 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
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,8 +1,7 @@ | ||
## Autogenerated Files - Do not change | ||
# Autogenerated Files - Do not change | ||
|
||
# Grafana Dashboards - ConfigMaps | ||
## Grafana Dashboards - ConfigMaps | ||
|
||
This files can be used to autoprovision Grafana dashboards in Kubernetes. | ||
|
||
More information: https://grafana.com/docs/grafana/latest/administration/provisioning/#dashboards | ||
These files can be used to autoprovision Grafana dashboards in Kubernetes. | ||
|
||
More information: <https://grafana.com/docs/grafana/latest/administration/provisioning/#dashboards> |
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,7 +1,7 @@ | ||
## Autogenerated Files - Do not change | ||
# Autogenerated Files - Do not change | ||
|
||
# Grafana Dashboards - Import | ||
## Grafana Dashboards - Import | ||
|
||
These dashboards can be imported into Grafana using the API. | ||
|
||
To import them, use `make import` in the makefile of the `dashboards` directory. | ||
To import them, use `make import` in the makefile of the `dashboards` directory. |
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,33 +1,36 @@ | ||
## Choosing where to add documentation | ||
# Choosing where to add documentation | ||
|
||
If the change to the docs needs to reflect the next version of KLT, please edit them here, following the instructions below. | ||
For already existing documentation versions directly edit them from https://github.com/keptn-sandbox/lifecycle-toolkit-docs or from https://lifecycle.keptn.sh/. | ||
If the change to the docs needs to reflect the next version of KLT, please edit them here, following the instructions | ||
below. | ||
For already existing documentation versions directly edit them | ||
from <https://github.com/keptn-sandbox/lifecycle-toolkit-docs> or from <https://lifecycle.keptn.sh/>. | ||
|
||
## Adding documentation to the dev repo | ||
|
||
To verify your changes to the dev documentations you can use the makefile: | ||
|
||
``` | ||
```shell | ||
cd lifecycle-toolkit/docs | ||
|
||
make clone | ||
make build | ||
make server | ||
``` | ||
|
||
After the server is running on http://localhost:1314/docs-dev. | ||
After the server is running on <http://localhost:1314/docs-dev>. | ||
Any modification in the docs folder will be reflected on the server under the dev revision. | ||
You can modify the content in realtime to verify the correct behaviour of links and such. | ||
|
||
### Markdown linting | ||
|
||
To check your markdown files for linter errors, run the following from the repo root: | ||
|
||
``` | ||
```shell | ||
make markdownlint | ||
``` | ||
|
||
To use the auto-fix option, run: | ||
|
||
``` | ||
```shell | ||
make markdownlint-fix | ||
``` |
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
Oops, something went wrong.