Contributing

Getting Started

Welcome! Thank you for your interest in contributing. Before submitting a new issue or pull request to the pgmonitor project on GitHub, please review any open or closed issues here in addition to any existing open pull requests.

Documentation

The documentation website is generated using Hugo and GitHub Pages.

Hosting Hugo Locally (Optional)

If you would like to build the documentation locally, view the official Installing Hugo guide to set up Hugo locally. You can then start the server by running the following commands -

cd $CCPROOT/hugo/
vi config.toml
hugo server

The local version of the Hugo server is accessible by default from localhost:1313. Once you’ve run hugo server, that will let you interactively make changes to the documentation as desired and view the updates in real-time.