Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog committed Jan 13, 2024
1 parent 0a3039f commit 7195764
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs-v2/integration-templates/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ As Nango and its community expand, we're looking forward to offering hundreds of
</Card>

<Card title="HackerRank-Work" href="/integration-templates/hackerrank-work" icon="computer">
Sync HackerRank-Work users, interviews, tests, teams and task to create interview and test
Sync HackerRank-Work users, interviews, tests, teams and tasks to create interviews and tests
</Card>

<Card title="Hubspot" href="/integration-templates/hubspot" icon="hubspot" iconType="brands">
Expand Down
16 changes: 8 additions & 8 deletions integration-templates/hackerrank-work/nango.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ integrations:
returns:
- HackerRankWorkInterview
description: |
Fetches test from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches test from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-teams:
runs: every 6 hours
returns:
- HackerRankWorkTeam
description: |
Fetches teams from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches teams from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-tests:
runs: every 6 hours
returns:
- HackerRankWorkTest
description: |
Fetches tests from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches tests from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-users:
runs: every 6 hours
returns:
- HackerRankWorkUser
description: |
Fetches users from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches users from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-create-test:
type: action
returns: HackerRankWorkTest
Expand Down
16 changes: 8 additions & 8 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,29 +492,29 @@ integrations:
returns:
- HackerRankWorkInterview
description: |
Fetches test from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches test from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-teams:
runs: every 6 hours
returns:
- HackerRankWorkTeam
description: |
Fetches teams from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches teams from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-tests:
runs: every 6 hours
returns:
- HackerRankWorkTest
description: |
Fetches tests from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches tests from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-users:
runs: every 6 hours
returns:
- HackerRankWorkUser
description: |
Fetches users from hackerrank.
Details: full sync, doesn't track deletes, metadata is not required.
Fetches users from hackerrank work.
Details: incremental sync, doesn't track deletes, metadata is not required.
hackerrank-work-create-test:
type: action
returns: HackerRankWorkTest
Expand Down

0 comments on commit 7195764

Please sign in to comment.