| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
docs: replace mentions of secret key with API key (#7107) <!-- Describe the problem and your solution --> Follow-up to the Account API keys docs work (NAN-6569): replace leftover legacy “secret key” terminology across docs with Environment API key / API key language. - Prose and first-request examples now say **Environment API key** - Placeholders use `<NANGO-API-KEY>`; Node examples prefer `apiKey` - Dashboard “secret key” links now point to `/reference/backend/http-api/api-keys` - Preserved CLI `NANGO_SECRET_KEY_<ENV>`, provider Secret Key fields, changelog history, and the deprecated SDK `secretKey` alias - Follow-up commit fixed false positives (Huntress provider wording, placeholder hyphenation, leftover dashboard links) <!-- Issue ticket number and link (if applicable) --> https://linear.app/nango/issue/NAN-6569 <!-- Testing instructions (skip if just adding/editing providers) --> - [x] `mintlify broken-links` from `docs/` - [ ] Spot-check a provider first-request example (cURL + Node) - [ ] Spot-check security, functions CLI, sample app, and webhooks guides - [ ] Confirm CLI `.env` examples still use `NANGO_SECRET_KEY_DEV` / `NANGO_SECRET_KEY_PROD` - [ ] Confirm provider connect docs still say provider Secret Key / API Secret where appropriate Made with [Cursor](https://cursor.com) <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/NangoHQ/nango/pull/7107?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 24 天前 | |
chore: add Claude Code skills for running tests and building (#5681) Adds two new skills for helping Claude to run tests and build the app without having to do too much back and forth <!-- Describe the problem and your solution --> <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> <!-- Summary by @propel-code-bot --> --- **Add Claude skills documentation for testing and build workflows** Adds two new skill documents under `.agents/skills` that outline how to run tests and how to build/verify the TypeScript monorepo, including command references, dependency order, and common pitfalls. Updates `.claude/skills` to point to the new `.agents/skills` location. --- *This summary was automatically generated by @propel-code-bot* --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> | 5 个月前 |