Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 554 Bytes

GroovyScript Docs

This is the official repository for the GroovyScript Documentation using Read the Docs and MkDocs
Docs are hosted here

Test locally

Run the following from a terminal

pip install -r requirements.txt

mkdocs serve

pip install installs the required dependencies and mkdocs serve builds and runs the doc on a local server.
After that simply open http://127.0.0.1:8000/ in a browser. It automatically refreshes when you save files.