feat(integrations): add support for perk#5803
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1f6bb91a23
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Review found no issues; Perk integration support and related docs/snippet updates look consistent and complete.
Status: No Issues Found | Risk: Low
Review Details
📁 13 files reviewed | 💬 0 comments
Instruction Files
└── .claude/
├── agents/
│ └── nango-docs-migrator.md
└── skills
e38d36a to
a82d690
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a82d690702
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
8417ef0 to
4262357
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4262357284
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Describe the problem and your solution
Add
Perkintegration and update docs snippet generation for aliased providersThis PR introduces a new
Perkprovider integration by adding its OAuth2/proxy configuration topackages/providers/providers.yaml, creating dedicated integration docs atdocs/api-integrations/perk.mdx, and adding a setup guide atdocs/api-integrations/perk/how-to-register-your-own-perk-api-oauth-app.mdx. It also adds generated snippet files forPerktooling and use-cases underdocs/snippets/generated/perk/andsnippets/generated/perk/.In addition,
scripts/docs-gen-snippets.tswas updated to handle alias-specific behavior in generated tooling snippets by passing anisAliasflag intopreBuiltToolingSnippet(...), and by adding a temporarysnippetSkipListforconfluence. Regenerated snippets changed status output for some existing providers (includinggoogleandgoogle-maps), anddocs/docs.jsonwas updated to includeapi-integrations/perkin navigation.This summary was automatically generated by @propel-code-bot