The Kurtosis docs are live on the Polygon Knowledge Layer here.
Follow the steps below to run the Kurtosis docs locally.
- Python 3.12.
virtualenv
: Install usingpip3 install virtualenv
.
- Clone the repository.
cd
to the root.- Run the
scripts/serve_docs.sh
script. You may need to make the script executable:chmod +x scripts/serve_docs.sh
sh scripts/serve_docs.sh
The site comes up at http://127.0.0.1:8000/
We are using the Microsoft Style Guide.
- Add your doc to the
docs
folder and add a menu item in themkdocs.yml
file. - Raise a ticket on the docs team slack channel, or JIRA board to let us know, and we'll review it and approve.
- For technical issues, join our Discord.
- For documentation issues, raise an issue on the published live doc at our main repo.