Documentation Development
How to work on the docs ![]()
Install
Install one of the documentation hubs from github.com/FarmBot-Docs:
git clone https://github.com/FarmBot-Docs/farmbot-docscd farmbot-docs-
Install ruby (check installation with
ruby -v) gem install bundlerbundle install
Serve
bundle exec jekyll serve- Open http://localhost:4000/ in a browser
Edit
Saving any changes will automatically trigger a rebuild.
Changes to _config.yml require re-running bundle exec jekyll serve.
Modifying the theme
The common documentation theme (assets/css, layouts, includes) can be modified in the farmbot-theme repository.