-
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.
docs: fix broken edit for developer (#756)
Signed-off-by: realanna <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## 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/. | ||
|
||
## Adding documentation to the dev repo | ||
|
||
To verify your changes to the dev documentations you can use the makefile: | ||
|
||
```` | ||
cd lifecycle-toolkit/docs | ||
make clone | ||
make build | ||
make server | ||
```` | ||
|
||
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. |
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