The generated JSON Schema documentation for the Devfile 2.0 is available here: https://devfile.github.io/.
Devfile 2.0 development documentation
Devfile 1.0 to 2.0 migration documentation
To build the documentation locally you need Antora. Then from the root of this repository run
yarn install; yarn run generate-api-reference
antora antora-playbook.yml
These commands will generate the html documentation in folder build/site
. Open build/site/index.html
in the browser.
Additionally, when pushing to a branch or working on a PR, the site is built by a GH action and made available in a ZIP file as a GH action build artifact, and can be tested locally.
https://github.com/devfile/api with label area/documentation