You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,14 @@ You have two options for deploying white-labeled documentation:
20
20
## Generating private connector documentation
21
21
22
22
If you have private connectors that you offer to your customers and you want documentation for them to live alongside the public connectors, you can generate documentation for them.
23
+
23
24
After installing node dependencies locally, ensure that you are logged in to the Prismatic CLI with `prism login`.
25
+
If you do not have the Prismatic CLI installed, you can install it with:
26
+
27
+
```bash
28
+
npm install -g @prismatic-io/prism
29
+
```
30
+
24
31
Then, identify the key of the private connector you want to generate documentation for by running:
0 commit comments