The VSS documentation is realized with GitHub Pages. It is generated from
the markdown files in the /documentation
directory of this repositories.
The static webpage is generated into the /docs
directory so that it can
be deployed straight from the repository.
The static page is generated with:
Please follow the documentation for installation and further questions around the framework.
Once hugo is installed please follow the following steps:
hugo version
The following outcome is expected:
Hugo Static Site Generator v0.xx.xx ...
git submodule init
git submodule update
Reference: Git Documentation.
hugo server -D
Optional -D:
include draft pages as well. Afterwards, you can access the
page under http://localhost:1313/vehicle_signal_specification.
Right now there is no pipeline in place to build the documentation. If you want to contribute, do the following:
Change documentation in /documentation
Delete the current /docs
folder
rm -r <vss_repo>/docs
cd <vss_repo>/tools/documentation
hugo
ls ../../docs
Now the <vss_repo>/docs
folder should contain the documentation.