THIS REPOSITORY HAS BEEN ARCHIVED. Open Manufacturing Platform has been formally closed.
This repository belongs to the Semantic Data Structuring Working Group (SDS WG) in the Open Manufacturing Platform. It contains content to generate a joint SDS WG documentation across different SDS WG repositories using Antora.
The documentation site is generated using Github actions and is available at https://openmanufacturingplatform.github.io/sds-documentation/.
As of now, the Antora build for the website pulls the content from the following repositories and sources:
To build the documentation locally, you will need Node.js >=14. After installing, run the following commands:
# Installs the Antora CLI and the site generator
npm i @antora/cli@2.3 antora-site-generator-lunr
# Runs Antora to generate the documentation
./node_modules/@antora/cli/bin/antora --fetch site.yml --generator antora-site-generator-lunr
After that, the documentation is available at build/site/index.html
.