This is the source repository for the Pivotal Cloud Foundry (PCF) Healthwatch documentation.
Note: Use the version-specific branches to create PRs or make changes to the project. The MASTER branch is not updated.
Branch Name | Use for… | URL |
---|---|---|
master | DO NOT USE | n/a |
2.1 | 2.1 | https://docs.pivotal.io/healthwatch/2-1/ |
2.0 | 2.0 beta | http://docs.pivotal.io/platform/healthwatch/2-0 |
1.8 | 1.8 | https://docs.pivotal.io/healthwatch/1-8 |
1.7 | 1.7 | https://docs.pivotal.io/healthwatch/1-7 |
1.6 | 1.6 | https://docs.pivotal.io/healthwatch/1-6 |
1.5 | 1.5 | https://docs.pivotal.io/healthwatch/1-5 |
1.4 | 1.4 | https://docs.pivotal.io/healthwatch/1-4 |
1.3 | 1.3 | https://docs.pivotal.io/healthwatch/1-3 |
1.2 | 1.2 | https://docs.pivotal.io/healthwatch/1-2 |
1.1 | 1.1 | https://docs.pivotal.io/healthwatch/1-1 |
1.0 | 1.0 | https://docs.pivotal.io/healthwatch/1-0 |
1.5 and earlier is end of general support.
Book repo: https://github.com/pivotal-cf/docs-book-healthwatch
Production pipeline: https://concourse.run.pivotal.io/teams/cf-docs/pipelines/cf-services?group=healthwatch Edge pipeline: https://concourse.run.pivotal.io/teams/cf-docs/pipelines/cf-services-edge?group=healthwatch-edge
- Clone the docs layout repository into your workspace:
cd ~/workspace
git clone git@github.com:pivotal-cf/docs-layout-repo.git
-
Follow the instructions in https://github.com/pivotal-cf-experimental/bookdocker, with the following modification:
- Before you copy
bookdocker
into your path, manually edit the Dockerfile configuration inside thebookdocker/bookdocker
script fromFROM ruby:2.3
toFROM ruby:2.4
so that it works with the gems we have indocs-pcf-healthwatch
.
- Before you copy
-
cd
intodocs-book-healthwatch
and edit theconfig.yml
-
Under the
sections:
comment out the docs branch that you are not currently working on. This is needed to havebookdocker watch
work as expected.Note: Don't commit this file.
-
-
Run
bookdocker watch
indocs-book-healthwatch
folder, and you will get local preview under:http://127.0.0.1:4567/platform/healthwatch/<VERSION>/installing.html
If it doesn't work, run it again, and again... and if that doesn't work, ask for help in the #pcf-docs Slack channel.