The digital.auto playground documentation is realized with Eclipse gitlab pages. since there is some current limitation on Eclipse gitlab, we need to open a ticket and follow the template of gitlab ci here https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-eclipsefdn-website-boilerplate/-/blob/main/.gitlab-ci.template.yml
The official documentation page is planned to be hosted at https://docs.digital.auto
The static page is generated with:
Please follow the documentation for installation and further questions around the framework.
Currently, the HUGO version used for generating VSS documentation is 0.115.4,
Once hugo is installed please follow the following steps:
hugo version
The following outcome is expected:
Hugo Static Site Generator v0.xx.xx ...
Run the following git commands to init and fetch the submodules:
git submodule init
git submodule update
Reference: Git Documentation.
Within the repository
hugo server -D -s ./docs
Optional -D: include draft pages as well. Afterwards, you can access the
page under http://localhost:1313/.
If you want to contribute, do the following:
-
Change documentation in
/docs -
Test your changes locally, as described above
-
Create Pull Request for review