Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Product documentation template for Jekyll with full-text search, auto-generated navigation, and CloudCannon editing.
Edition is a product documentation template for Jekyll, created by CloudCannon, that turns Markdown documentation files into a two-column static site with full-text search and auto-generated navigation.
Edition is a Jekyll template for building product, application, or service documentation websites. It takes documentation pages written in Markdown, stored in a Jekyll collection, and outputs a static site with a two-column layout, search, and category-based navigation. The template was made by CloudCannon and is optimized for editing in their cloud CMS. As of the repository status, Edition is a legacy template that is no longer maintained.
excluded_in_search: true in its front matter._docs folder.bundle exec jekyll serve.After cloning the repository, add site and author details to _config.yml, then install dependencies with bundle install. Run bundle exec jekyll serve locally to preview, or connect the repository to CloudCannon to get a hosted workflow. Documentation pages live in the _docs collection; changing a page's category front matter moves it to another navigation section, and the folder path determines the final URL. Search automatically indexes pages unless a page opts out with excluded_in_search: true. The site.show_full_navigation setting controls whether all navigation groups are expanded or only the current section.
The template is hosted on GitHub and appears to be an open-source Jekyll theme, though the repository does not explicitly state a license. It can be deployed for free on GitHub Pages or any static hosting service.
Edition was built with Jekyll version 3.3.1, but the setup notes say it should support newer versions as well.
Yes, Edition includes built-in full-text search across documentation pages. You can exclude a specific page from search results by adding excluded_in_search: true to that page's front matter.
Yes, Edition is optimized for CloudCannon. It includes a deploy button, and documentation pages can be added, updated, or removed directly in the CloudCannon CMS without editing code.
