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-docs
cd farmbot-docs
-
Install ruby (check installation with
ruby -v
) gem install bundler
bundle 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.