Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 398 Bytes

Jmix Documentation

This repository contains documentation for all Jmix framework modules. The documentation is published at https://docs.jmix.io.

Building

  • Install Node LTS release from https://nodejs.org

  • Open terminal in jmix-docs root folder and run:

    npm i
    npx antora antora-playbook.yml
    
  • Open jmix-docs/build/site/index.html in a web browser.