This website is built using Docusaurus, a modern static website generator.
- The official ThreeFold manual from master branch is available at www.manual.grid.tf
- Staging version from development branch is available at www.manual.dev.grid.tf
- Staging version from development-split branch is available at www3.manual.grid.tf
$ yarn
$ yarn 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.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
If you want to contribute to Manual.grid.tf, please follow these steps:
- Add the md file to the appropriate directory in the Docusaurus project structure.
- Update the sidebar configuration if needed.
- Use
yarn start
to preview your changes locally.