Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit ddbb617

Browse files
committed
Add instructions for pushing v3 docs as a cf app
1 parent 04864b1 commit ddbb617

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/v3/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ Style Rules
3737
- Every request should have a "Permitted Roles"
3838
- Use "All Roles" to define any set of permissions that do not apply to org/space managers, developers, etc.
3939
- Optional params should be omitted from request examples.
40+
41+
42+
To Push the docs as a cf app:
43+
---
44+
45+
From this directory:
46+
```bash
47+
bundle exec middleman build
48+
cf push docs -b staticfile_buildpack -p ./build
49+
```

0 commit comments

Comments
 (0)