Skip to content

Commit 04fd204

Browse files
authored
Document the Connect component API (#14931)
* 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 * Fix linter issues with the SDK changelog * Remove Projects API section * Fix title capitalizations
1 parent 5483ce3 commit 04fd204

File tree

9 files changed

+1599
-58
lines changed

9 files changed

+1599
-58
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,28 @@ export default {
33
"title": "Overview",
44
},
55
"use-cases": {
6-
"title": "Use Cases",
6+
"title": "Use cases",
77
},
88
"quickstart": {
99
"title": "Quickstart",
1010
},
1111
"workflows": {
1212
"title": "Running workflows",
1313
},
14+
"components": {
15+
"title": "Running components",
16+
},
1417
"api": {
15-
"title": "API & SDK Reference",
18+
"title": "API & SDK reference",
1619
},
1720
"tokens": {
18-
"title": "Connect Tokens",
21+
"title": "Connect tokens",
1922
},
2023
"environments": {
2124
"title": "Environments",
2225
},
2326
"oauth-clients": {
24-
"title": "OAuth Clients",
27+
"title": "OAuth clients",
2528
},
2629
"webhooks": {
2730
"title": "Webhooks",
@@ -33,7 +36,7 @@ export default {
3336
"title": "Troubleshooting",
3437
},
3538
"customize-your-app": {
36-
"title": "Customize Your App",
39+
"title": "Customize your app",
3740
},
3841
"migrating-from-project-keys-to-oauth": {
3942
"display": "hidden",

0 commit comments

Comments
 (0)