layout | title | site_nav_category | is_site_nav_category |
---|---|---|---|
page |
Building Docs |
buildingdocs |
false |
You can run the site locally on your computer while making changes.
Ensure that you have Ruby and Bundler installed.
gem install bundler
bundle install --path vendor/bundle
Note: If you're on macOS and this fails installing nokogiri, run brew unlink xz
, install, and then brew link xz
.
bundle exec jekyll serve
Point your browser at http://127.0.0.1:4000/xi-editor/.