jekyll-generator-single-source
Installation
Add this line to your site's Gemfile:
group :jekyll_plugins do
gem 'jekyll-generator-single-source'
end
Usage
Add these lines to your site's _config.yml:
jekyll-generator-single-source:
versions_file: '<path_to_versions_file>.yml'
docs_nav_folder: '<path_to_folder_containing_doc_nav_files'
The paths are relative to the site's source.
Example configuration:
jekyll-generator-single-source:
versions_file: '_data/versions.yml'
docs_nav_folder: '_data'