Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
355985a
Committing changes so far
dylburger Aug 15, 2024
f9f6771
Merge branch 'pipedream-sdk' into dylan/connect-docs
dylburger Aug 15, 2024
6429fc7
Better instructions for finding name slug
dylburger Aug 15, 2024
b7dfc4c
More work
dylburger Aug 15, 2024
60a7a61
Committing code so far
dylburger Aug 15, 2024
518670c
New docs
dylburger Aug 15, 2024
ac32c28
Small typos and language adjustments
dannyroosevelt Aug 15, 2024
633144d
Adding screenshots
dannyroosevelt Aug 15, 2024
11b38c7
Changes
dylburger Aug 15, 2024
3b03971
Merge branch 'dylan/connect-docs' of github.com:PipedreamHQ/pipedream…
dylburger Aug 15, 2024
e6f58b3
More edits
dylburger Aug 16, 2024
c536b70
More language examples
dylburger Aug 16, 2024
4691fb7
Adding images, breaking out docs into separate pages
dylburger Aug 16, 2024
832cfa1
Fixing images, links
dylburger Aug 16, 2024
66c07be
removing auth provision references
dannyroosevelt Aug 16, 2024
5a5430b
John feedback
dylburger Aug 16, 2024
4ecc94a
Merge branch 'dylan/connect-docs' of github.com:PipedreamHQ/pipedream…
dylburger Aug 16, 2024
1c89760
Docs changes
dylburger Aug 16, 2024
161bfa2
Changing apn_id -> account_id, app_id now references oauth_app_id or …
dylburger Aug 16, 2024
73646e5
Re-adding feature flag step
dylburger Aug 16, 2024
d816514
oauth_client_id -> oauth_app_id
dylburger Aug 16, 2024
54e7a8e
Adding SDK README, improving TypeScript types for server code.
dylburger Aug 17, 2024
85b74d0
Adding use cases
dylburger Aug 18, 2024
853b4ab
Improving security docs, general language
dylburger Aug 19, 2024
2a2312d
More edits
dylburger Aug 19, 2024
178caed
Getting the token creation, account APIs set based on newest changes
dylburger Aug 19, 2024
b346f56
Testing lots of TS, build changes
dylburger Aug 19, 2024
4dddbcc
Merge branch 'pipedream-sdk' into dylan/connect-docs
dylburger Aug 19, 2024
9dff11b
Fixing builds!
dylburger Aug 19, 2024
ff5c88d
pnpm-lock.yaml
dylburger Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs-v2/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"connected-accounts": "Connected Accounts",
"apps": "Integrations",
"connect": {
"title": "Pipedream Connect",
"display": "children"
"title": "Pipedream Connect"
},
"components": "Components",
"sources": "Sources",
Expand Down
14 changes: 9 additions & 5 deletions docs-v2/pages/connect/_meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"index": {
"title": "Pipedream Connect",
"display": "hidden"
"title": "Overview"
},
"reference": {
"title": "API Reference",
"display": "hidden"
"use-cases": {
"title": "Use cases"
},
"quickstart": {
"title": "Quickstart"
},
"api": {
"title": "API Reference"
}
}
Loading