The source code has been moved to Apache Iggy Websiste
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-initNext, install the dependencies:
npm installAfter that, you can start the documentation by running:
npm startTo ensure that the documentation can be built, run:
npm buildYou can also use npx to run the Docusaurus commands:
npx docusaurus startnpx 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.