Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 544 Bytes

Wio Documentation

Documentation for Wio https://wio.github.io/docs

Contribute

  • To build the docs, execute the docwizard.sh bash script with -build flag
./scripts.docwizard.sh -build
  • To clean the docs build files, execute the docwizard.sh bash script with -clean flag
    • You will have to clean the build files when you add new files or rename files
./scripts.docwizard.sh -clean
  • To display the docs html files, execute the docwizard.sh bash script with -run flag
./scripts.docwizard.sh -run