github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/docs/README.md (about) 1 # Docs 2 3 This folder contains our Jekyll based docs site which is hosted at 4 https://stackb.github.io/rules_proto. 5 6 When making changes to this docs site, please test your changes locally: 7 8 ```bash 9 docs$ make serve 10 ``` 11 12 To run the docs site locally you will need Ruby at version 2.5.0 or higher and 13 `bundle` (`gem install bundler` if you already have Ruby).