Skip to content

codingxu97/jmix-docs

 
 

Repository files navigation

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
    

    To build the docs with the Lunr search index (takes a bit more time), run:

    DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest npx antora --generator antora-site-generator-lunr antora-playbook.yml
    
  • Open jmix-docs/build/site/index.html in a web browser.

About

Documentation for Jmix framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.2%
  • HTML 1.1%
  • SCSS 0.7%
  • Handlebars 0.4%
  • Groovy 0.3%
  • CSS 0.2%
  • JavaScript 0.1%