Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 688 Bytes

File metadata and controls

28 lines (17 loc) · 688 Bytes

CPP Disability documentation

Documenting CDS and ESDC's work to help Canadians access the CPP Disability benefit.

Editing the documentation

The documentation uses Jekyll and the DOCter theme.

DOCter needs Jekyll and other dependencies to run locally. These can be installed with Bundler by running the following commands.

gem install bundler
bundle install

Run Jekyll:

bundle exec jekyll serve --watch --baseurl ''

Open it up in your browser: http://localhost:4000/

_config.yml

Options within the _config.yml file allow you to control some of the site's content and left column navigation.