Contributing
Contributing
Contributions are both encouraged and greatly appreciated.
To contribute content, fork this repo and make a pull request to the master branch including your changes.
- On GitHub, fork the xmrig-api repo
- Clone your newly created repo. (Note: replace your-username with your GitHub username)
via ssh:
via https:
- Navigate to the repo and create a new topic branch
- After making modifications, commit and push your changes to your topic branch
- Open a PR against the xmrig-api branch
Run the documentation server locally
This documentation can be built and run locally.
- The build process for mkdocs utilizes Python
- It is recommended to install python pip dependencies inside of a Virtual Environment (venv)
Note: You may need to first install python3-venv
or the equivalent for your distribution
- Navigate to your
xmrig-api
repo - Create the python virtual environment
- Install mkdocs dependencies to the venv
- Run the documentation server locally
- View your changes at http://localhost:8000