CDS Hooks is a vendor agnostic remote decision support standard. This repository contains the content for the CDS Hooks HL7 website (https://cds-hooks.hl7.org).
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+.
- Clone the repository
$ git clone https://github.com/cds-hooks/hl7-site
- Install the project dependencies
$ cd hl7-site
$ pip install -r requirements.txt
- Run the site locally
$ ./retrieve-canonical-content.sh
$ mkdocs serve
- 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.
We encourage and welcome any contributions to this project.
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.
- Update the
.gitignore
file to include the new release/ballot directory - Update the
retrieve-canonical-content.sh
file to retrieve the new release/ballot - Update the
mkdocs.yml
file to include the new release/ballot directory in thenav:
section - Update the
docs\index.md
file to include information on the release - If this is a ballot addition, update the
docs\ballots\index.md
file to include information on the ballot
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.