The official documentation of Iggy.rs being hosted at docs.iggy.rs.
To start the documentation locally, you need to have Docusaurus installed. If you don't have it yet, you can install it by running:
npm install -g docusaurus-init
Next, install the dependencies:
npm install
After that, you can start the documentation by running:
npm start
To ensure that the documentation can be built, run:
npm build
You can also use npx to run the Docusaurus commands:
npx docusaurus start
npx docusaurus build
We'll be thankful for helping us keep the documentation up to date, as well, as adding the content to the sections for the other programming languages than Rust! Feel free to contribute to the project by creating a pull request with the changes you've made.