View the documentation for product features and usage information.
You are welcome to report bugs or provide feedback on the product documentation using pull requests on GitHub at https://github.com/HCL-TECH-SOFTWARE/voltmxgo-documentation. This is the Volt MX Go product documentation website and not the product support platform, so all bug reports and pull requests shall pertain to product documentation. You are expected to update only the markdown files in the docs directory.
Perform the following steps to contribute to the documentation.
-
Clone the Volt MX Go documentation repo.
If you do not have write access to the repo, fork the repository and then clone your forked repository.
-
Create a new working branch for your changes.
-
Edit the Markdown files (.md) in the
docsdirectory that you want to update using your preferred text or code editor, and then save the changes.
Perform the following steps if you want to test and preview how your changes render as HTML using MkDocs.
-
Install MkDocs (if not already installed) to build and preview the documentation locally.
-
Install the MkDocs plugins:
pip install mkdocs-material pip install mkdocs-awesome-pages-plugin pip install mkdocs-git-revision-date-localized-plugin -
Preview your changes in a web browser by running the
mkdocs servecommand.Make sure you're in the same directory as the
mkdocs.ymlconfiguration file when running themkdocs servecommand. -
Open
http://127.0.0.1:8000in your browser to check the formatting, links, and rendering of your changes.
-
Stage and commit your changes with a clear commit message.
-
Push your branch to remote Volt MX Go repo.
In case you created your branch from your fork, push your branch to your fork of the Volt MX Go repository.
-
Navigate to the Volt MX Go repo on GitHub, then create a pull request (PR) from your branch targeting the main branch.
In case you pushed your branch to your fork of the Volt MX Go repository, see create a pull request from a fork.
-
Respond to review comments and update your PR as needed until approved.
Once the pull request is approved and merged, your changes will be published on the documentation site.
Configure your email notification preferences to receive notifications.
-
Go to Notifications.
-
Make sure that your preferred email address is correctly set as the Default notification email.
-
Make sure that the following options are selected to receive email updates for conversations you are involved in or watching under Customize email updates:
- Pull Request reviews
- Pull Request pushes
- Comments on Issues and Pull Requests
The documentation is available as open source under the terms of the Apache License 2.0.