https://github.com/vlab-research/docs.vlab.digital
The documentation website on how to use Vlab Research Platform
https://github.com/vlab-research/docs.vlab.digital
documentation
Last synced: 6 months ago
JSON representation
The documentation website on how to use Vlab Research Platform
- Host: GitHub
- URL: https://github.com/vlab-research/docs.vlab.digital
- Owner: vlab-research
- License: mit
- Created: 2023-04-05T05:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-28T14:03:36.000Z (8 months ago)
- Last Synced: 2025-10-28T16:06:27.434Z (8 months ago)
- Topics: documentation
- Language: HTML
- Homepage: https://docs.vlab.digital
- Size: 8.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation
The documentation website on how to use Vlab Research Platform
## Development
### Running the documentation
You will need to first install [hugo](https://gohugo.io/installation/)
Once installed you can run from the root of the project
```bash
hugo server -D
```
This will start a docuement server on [http://localhost:1313](http://localhost:1313)
### Adding Documentation
To add a new page you can run the following command, replacing the variables
```bash
# example:
# hugo new study-configuration/general.md
hugo new $SECTION/$SUBSECTION.md
```
For more information please visit [hugos
documentation](https://gohugo.io)