Skip to content

GeekArthur/docs

 
 

Repository files navigation

Devfile 2.0 website and documentation.

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

Contributing

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.

Issue tracking repo

https://github.com/devfile/api with label area/documentation

About

Devfile website and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • Handlebars 42.0%
  • Less 8.2%