Skip to content

Commit 866bd1a

Browse files
committed
Document the Connect component API
* Add new left-nav link to the new docs * Describe how to use the new API to configure and run a component * Document the new API endpoints in the API/SDK reference section * Add the exact `pnpm` entry to `.tool-versions` in the docs directory * Minor fixes in the docstring of the component configuration methods * Update SDK changelog for the previous and this current changes
1 parent ba845b1 commit 866bd1a

File tree

7 files changed

+1012
-16
lines changed

7 files changed

+1012
-16
lines changed

docs-v2/.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 20.9.0
2+
pnpm 9.14.2

docs-v2/pages/connect/_meta.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export default {
99
"title": "Quickstart",
1010
},
1111
"workflows": {
12-
"title": "Running workflows",
12+
"title": "Running Workflows",
13+
},
14+
"components": {
15+
"title": "Running Components",
1316
},
1417
"api": {
1518
"title": "API & SDK Reference",

0 commit comments

Comments
 (0)