The docs for the Fishjam. You can read the docs here: https://fishjam-dev.github.io/fishjam-docs/
npm install
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
We follow the versioning system provided by docusaurus
To create a new docs version:
- make sure that
sidebars.js
and files insidedocs/
directory are up-to-date and ready to be frozen - run
npm run docusaurus docs:version 1.0.0
Copyright 2024, Software Mansion
Licensed under the Apache License, Version 2.0