https://github.com/cds-snc/cpp-disability-documentation
Documentation for CPPD
https://github.com/cds-snc/cpp-disability-documentation
alpha cppd esdc
Last synced: about 1 month ago
JSON representation
Documentation for CPPD
- Host: GitHub
- URL: https://github.com/cds-snc/cpp-disability-documentation
- Owner: cds-snc
- License: cc0-1.0
- Created: 2019-08-13T17:41:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:49:09.000Z (over 2 years ago)
- Last Synced: 2023-12-19T16:37:51.317Z (over 2 years ago)
- Topics: alpha, cppd, esdc
- Language: CSS
- Homepage: https://cds-snc.github.io/cpp-disability-documentation/
- Size: 1.74 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
# CPP Disability documentation
Documenting CDS and ESDC's work to help Canadians access the CPP Disability benefit.
## Editing the documentation
The documentation uses [Jekyll](http://jekyllrb.com/) and the [DOCter](https://github.com/cfpb/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:
### _config.yml
Options within the `_config.yml` file allow you to control some of the site's
content and left column navigation.