An open API service indexing awesome lists of open source software.

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'

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.