You are viewing documentation for an older release of WebLogic Remote Console. Read the latest documentation instead.
To stay up-to-date with the newest features and fixes, download the latest release of WebLogic Remote Console from WebLogic Remote Console - Releases!
Contribute to the documentation
The WebLogic Remote Console documentation is produced using the Hugo static site generator. The webpages are created in markdown and hosted within the same repository as the WebLogic Remote Console. This makes it easy to suggest edits and improvements directly to the documentation.
To make an update to the documentation:
-
Clone the repository.
$ git clone https://github.com/oracle/weblogic-remote-console
-
Create a new branch.
$ git checkout -b <your-branch>
-
Make your changes to the documentation. Edit the markdown source files in
hugo/staging/content
. -
Build the site locally to view your changes.
cd hugo/staging hugo server -b http://localhost:1313/weblogic-remote-console
View the local site at
http://localhost:1313/weblogic-remote-console/
. -
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 WebLogic Remote Console document.
Note
Make sure that you only check in changes from thehugo/staging/content
area. Do not build the site and try to commit the static files.