layout: docs-index title: Enso Developer Documentation title: README tags: [summary, readme] order: 0
This site contains the documentation for the two major sub-projects of Enso, the engine, and the IDE.
The site is built with Jekyll, and hosted on GitHub Pages. The content is mostly hosted in other repositories via Git submodules.
bundle install
git submodule update --init --recursive
bundle exec jekyll build
To add new documentation:
_submodules
.The docs are deployed to enso.org via the docs-publish.yml
GitHub Action. They get put in the docs/developer
subfolder of the gh-pages
branch. This gets deployed alongside the other enso docs pages.
This site uses the Gitbook Jekyll theme, by sighingnow.