https://github.com/cds-snc/find-benefits-and-services-documentation
Companion documentation for the white-labelled 'Find benefits and services'
https://github.com/cds-snc/find-benefits-and-services-documentation
internal live vac
Last synced: about 1 month ago
JSON representation
Companion documentation for the white-labelled 'Find benefits and services'
- Host: GitHub
- URL: https://github.com/cds-snc/find-benefits-and-services-documentation
- Owner: cds-snc
- License: cc0-1.0
- Created: 2019-04-02T15:38:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:54:05.000Z (almost 2 years ago)
- Last Synced: 2023-12-19T16:48:50.427Z (almost 2 years ago)
- Topics: internal, live, vac
- Language: CSS
- Homepage: https://cds-snc.github.io/find-benefits-and-services-documentation/
- Size: 689 KB
- Stars: 2
- Watchers: 22
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
# *Find benefits and services* documentation
*Find benefits and services* is a web-based application that helps people find relevant benefits.
This repository contains companion documentation for the project and can be viewed at [https://github.com/cds-snc/find-benefits-and-services](https://github.com/cds-snc/find-benefits-and-services).
## 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.