The repository uses the new specification build tools for generating the artifacts and the static site of the specifications.
The created site is available at:
- Prod: https://docs.peppol.eu/edelivery/specs/reporting/
- Test: https://test-docs.peppol.eu/edelivery/specs/reporting/
Note: the build tools (PDK) is currently not publicly available.
Using the either the powershell, batch script in Windows or the bash script on Linux and MacOS we can initiate nay of the possible build tasks
The build using the following command:
./docker-pdk
The build using the following command:
./docker-pdk clean
To start the local html server run the following command:
./docker-pdk-serve
To stop the local html server run the following command:
docker stop pdk-serve