Skip to content

cds-hooks/docs

Repository files navigation

CDS Hooks

Build Status

CDS Hooks is a vendor agnostic remote decision support standard. This repository serves as both the specification and website for the CDS Hooks project.

Getting Started

This repository is built using the MkDocs static site generator. In order to run the site locally or build this project, you will need to install Python 2.7.13+.

  1. Clone the repository
$ git clone https://github.com/cds-hooks/docs
  1. Install the project dependencies
$ cd docs
$ pip install -r requirements.txt
  1. Run the site locally
$ mkdocs serve
  1. Using a browser, go to http://127.0.0.1:8000/

Anytime you make a change to the content within the site, your browser should automatically refresh to show your changes in real-time.

Contributing

We encourage and welcome any contributions to CDS Hooks.

If you want to report an issue or enhancement, please make sure to browse our existing issues before logging new issues.

In support of a healthy and inclusive community, we use and enforce a code of conduct for all members of our community. Our code of conduct is adapted from the Contributor Covenant.

License

All Markdown content in this repository is licensed under the Creative Commons Attribution 4.0 International License.

Unless otherwise noted, the contents of this repository are licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.