The Pisanix website is built using Docusaurus 2, a modern static website generator.
- Create a new document under directory
docs. - Add same name file under
i18n/docusaurus-plugin-content-docs/currentif it is translated into English.
NOTE: Currently two collections: Features and UseCases.
- Using
npm run buildto make all the static files available atbuild. - Copy files under
buildto another repopisanix.ioand overwrite all existing files. - Commit all changes in
pisanix.iothen push them to branchgh-pages. - Refresh website
https://www.pisanix.ioand get the latest version.