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

chore: Fix up google drive sync description #151

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

nalanj
Copy link
Contributor

@nalanj nalanj commented Dec 11, 2024

to make mintlify happy

Describe your changes

For the docs updates in the other repo, Mintlify really doesn't like this drive description having curly braces in it, so I'm making it code to fix the issue up.

Issue ticket number and link

Checklist before requesting a review (skip if just adding/editing APIs & templates)

  • I added tests, otherwise the reason is:
  • External API requests have retries
  • Pagination is used where appropriate
  • The built in nango.paginate call is used instead of a while (true) loop
  • Third party requests are NOT parallelized (this can cause issues with rate limits)
  • If a sync requires metadata the nango.yaml has auto_start: false
  • If the sync is a full sync then track_deletes: true is set
  • I followed the best practices and guidelines from the Writing Integration Scripts doc

@nalanj nalanj requested a review from khaliqgant December 11, 2024 21:04
@nalanj nalanj changed the title Fix up google drive sync description chore: Fix up google drive sync description Dec 11, 2024
@nalanj nalanj self-assigned this Dec 11, 2024
@khaliqgant khaliqgant merged commit a575338 into main Dec 12, 2024
5 of 7 checks passed
@khaliqgant khaliqgant deleted the alan/google-drive-fix branch December 12, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants