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.
$ git checkout -b your-branch
Make your documentation updates by editing the source files in
documentation/<release-version>/content
, for example documentation/4.0/content
.
Make sure you check in the changes from the documentation/<release-version>/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 documentation/<release-version>
$ 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
Contribute to the operator
document.