This repository contains the user documentation for the labctl
utility
It is hosted at https://labctl.net
Contributions are welcome. Simply fork the repository & edit your copy. VS Code is recommended, but you can work on small changes directly in Github.
When you are happy with the changes, simply create a Pull Request (PR)!
The documentation is written using Markdown in VitePress.
The three main folders correspond with the main navigation links:
VitePress site settings can be found in config.ts
As part of the Github CI/CD pipeline VitePress will compile the static site and publish it to the gh-pages branch, from where it is served.
Required: Node.js & git
- Clone the repo (ideally your fork) & change to the folder.
- Install all required packages
npm install
- Run a local VitePress docs server. --port optional
npm run docs:dev