Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): add connect-ui docs #3106

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Hassan Wari authored and Hassan Wari committed Dec 4, 2024
commit fd1ad71bf65b7fcb865e9a0ac0609a1ea9ba98b8
6 changes: 3 additions & 3 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ aws-iam:
retry:
at: 'x-ratelimit-reset'
docs: https://docs.nango.dev/integrations/all/aws
docs_connect: https://docs.nango.dev/integrations/all/aws-iam/connect
docs_connect: https://docs.nango.dev/integrations/all/aws/connect
credentials:
username:
type: string
Expand Down Expand Up @@ -685,7 +685,7 @@ bamboohr-basic:
method: GET
endpoint: /v1/meta/fields
docs: https://docs.nango.dev/integrations/all/bamboohr
docs_connect: https://docs.nango.dev/integrations/all/bamboohr-basic/connect
docs_connect: https://docs.nango.dev/integrations/all/bamboohr/connect
connection_config:
subdomain:
type: string
Expand Down Expand Up @@ -1024,7 +1024,7 @@ brex-api-key:
Authorization: Bearer ${apiKey}
base_url: https://platform.brexapis.com
docs: https://docs.nango.dev/integrations/all/brex
docs_connect: https://docs.nango.dev/integrations/all/brex-api-key/connect
docs_connect: https://docs.nango.dev/integrations/all/brex/connect
credentials:
apiKey:
type: string
Expand Down
Loading