Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 727 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 727 Bytes

Documentation Status Version Discord

Jito Docs

This repo contains Jito Labs documentation

Installation

pip install sphinx
pip install -r ./docs/requirements.txt

Build

cd ./jito-docs/docs
make clean
make html
firefox build/html/index.html

CI

This automatically triggers Read the Docs to update that domain every time main has a merge.