The documentation is hosted at https://uob-csa.github.io/gol-docs/
This site is powered by VitePress, for specific configuration details, please refer to the VitePress documentation.
Note
This repository is configured with GitHub Actions to automatically build and deploy the documentation, so you can edit Markdown and configuration files directly on GitHub — no need to clone the repository locally for editing.
To manage the website and sidebar config, edit docs/.vitepress/config.mts.
For more info, please refer https://vitepress.dev/reference/site-config
The docs directory is the root directory of the website, and all documents are under docs directory with file-based routing.
When you are accessing resources, please discard docs/ in your path.
e.g. You want to insert an image docs/assets/example.png, you need to type  in the markdown.
For more info, please refer https://vitepress.dev/guide/routing
If you wish to preview, develop or build the docs locally, please ensure you have:
-
Node.js installed (version 22 or higher recommended)
-
pnpm installed via Node.js Corepack by typing
corepack enable pnpm
To launch the local dev server, type
pnpm install
pnpm devTo generate static doc files, type
pnpm install
pnpm build