The docs for the Jellyfish. You can read the docs here: https://jellyfish-dev.github.io/jellyfish-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 - create a new directory
versioned_docs/version-1.0.0
- run
npm run docusaurus docs:version 1.0.0
Copyright 2023, Software Mansion
Licensed under the Apache License, Version 2.0