https://github.com/cds-snc/booking-documentation
Documentation site for Booking Discovery
https://github.com/cds-snc/booking-documentation
bookings discovery end-of-life
Last synced: 2 months ago
JSON representation
Documentation site for Booking Discovery
- Host: GitHub
- URL: https://github.com/cds-snc/booking-documentation
- Owner: cds-snc
- License: cc0-1.0
- Created: 2020-03-09T16:41:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T13:53:46.000Z (3 months ago)
- Last Synced: 2025-07-10T17:52:16.925Z (3 months ago)
- Topics: bookings, discovery, end-of-life
- Language: CSS
- Homepage: https://cds-snc.github.io/booking-documentation/
- Size: 2.59 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Booking documentation
Documenting CDS work into booking appointments with the Government of Canada.
## 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.