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/current
if it is translated into English.
NOTE: Currently two collections: Features and UseCases.
- Using
npm run build
to make all the static files available atbuild
. - Copy files under
build
to another repopisanix.io
and overwrite all existing files. - Commit all changes in
pisanix.io
then push them to branchgh-pages
. - Refresh website
https://www.pisanix.io
and get the latest version.