This documentation is produced using Hugo. To make an update to the documentation, follow this process:
If you have not already done so, clone the repository.
git clone https://github.com/oracle/weblogic-kubernetes-operator
Create a new branch from master.
git checkout master
git pull origin master
git checkout -b your-branch
Make your documentation updates by editing the source files in
docs-source/content
.
Make sure you check in the changes from the docs-source/content
area only;
do not build the site and check in the static files.
If you wish to view your changes, you can run the site locally using these commands. The site will be available on the URL shown here:
cd docs-source
hugo server -b http://localhost:1313/weblogic-kubernetes-operator
When you are ready to submit your changes, push your branch to origin
and submit a pull request. Remember to follow the guidelines in the
CONTRIBUTING
document.