-
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: updated contribution guidelines for website (#3559)
Signed-off-by: BalaadityaPatanjali <[email protected]> Signed-off-by: odubajDT <[email protected]> Co-authored-by: RealAnna <[email protected]> Co-authored-by: odubajDT <[email protected]>
- Loading branch information
1 parent
f5a820f
commit 65211fe
Showing
4 changed files
with
53 additions
and
0 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,35 @@ | ||
--- | ||
comments: true | ||
--- | ||
|
||
# Contribute to the Website | ||
|
||
This section provides information on how to contribute to the website. | ||
|
||
## Location of Files Used to Modify the Website | ||
|
||
Here are some key files and directories: | ||
|
||
- **`docs/assets/`**: This directory contains all the stylesheets and | ||
javascript files. | ||
- **`docs/overrides/`**: This directory contains all the html files. | ||
- **`docs/website.yml`**: This file contains configurations specific to the | ||
website, such as all the directories. | ||
- **`mkdocs.yml`**: The main configuration file for MkDocs. | ||
It defines the structure and configuration of the documentation site. | ||
|
||
## How to Test/Verify Changes | ||
|
||
To test and verify changes before submitting: | ||
|
||
- Make your changes in a new branch. | ||
- Open a pull request. | ||
- The changes will be reflected in the ReadTheDocs preview for the PR. | ||
- Review the preview to ensure your changes are correct. | ||
|
||
## Building the Website Locally | ||
|
||
To see your changes live on your local machine, follow the steps described in the | ||
[Building Documentation Locally](../docs/local-building.md) guide. | ||
This guide provides detailed instructions on how to set up a local MkDocs build | ||
environment. |
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,10 @@ | ||
contribution_guide: | ||
directories: | ||
website_files: | ||
HTML_files: | ||
- first_path: "https://github.com/keptn/lifecycle-toolkit/tree/main/docs/overrides" | ||
- second_path: "https://github.com/keptn/lifecycle-toolkit/tree/main/docs/overrides/partials" | ||
stylesheet_files: | ||
- path: "https://github.com/keptn/lifecycle-toolkit/tree/main/docs/assets/stylesheets" | ||
javascript_files: | ||
- path: "https://github.com/keptn/lifecycle-toolkit/tree/main/docs/assets/javascripts" |
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