Documentation repository for the mirrorctl application. Docs are presented at:
https://mirrorctl.org
The documentation is produced with the hugo static site generator, incorporating the hextra documentation theme.
To view or build the documentation:
- Install the
hugostatic site generator. - Clone this git repository.
- In a terminal, navigate into the cloned
mirrorctlDocsdirectory. - Run
hugo serveto render the documentation locally, or justhugoto build the docs. If you build the documentation, it will be output to thepublicdirectory.
Feel free to submit any bug reports, feature requests, or ask questions via Github.