This repository contains the official documentation for Root, covering:
- Getting Started Guides
- Feature Overviews
- Integrations
📖 Live Site: https://root.github.io/documentation/
To contribute updates to the documentation:
- Clone this repo:
git clone https://github.com/root/root-docs.git cd root-docs - Install dependencies:
pip install mkdocs mkdocs-material
- Run the docs locally:
mkdocs serve
- Open http://127.0.0.1:8000/ in your browser.
- Make edits and submit a pull request.