Skip to content

cds-snc/claim-tax-benefits-documentation

Repository files navigation

Claim tax benefits documentation

File taxes to access benefits is a web-based demonstration of a service to make tax filing faster and easier for eligible low-income Canadians. This service was designed and developed by the Canadian Digital Service (CDS) in partnership with the Canada Revenue Agency (CRA).

This repository contains companion documentation for the project and can be viewed here.

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

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.