Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates developer-facing documentation to reflect the new self-serve API key flow, adds a Privy server wallets integration guide, and corrects the landing page FAQ content per linked issues.
Changes:
- Added a dedicated “Getting Your API Key” guide and updated existing docs to link to it.
- Added a “Privy Server Wallets” integration guide and included it in docs navigation.
- Adjusted landing page FAQ copy to remove the “example of fees” content.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| apps/landing/src/components/globals/Frequently/index.tsx | Removes the detailed “example of fees” revenue-share example text from the FAQ entry. |
| apps/docs/SUMMARY.md | Adds navigation entries for “Getting Your API Key” and “Privy Server Wallets”. |
| apps/docs/api-integration-guide/guides-and-tutorials/privy-server-wallets.md | New guide describing Privy server wallets integration and linking to a reference repo. |
| apps/docs/api-integration-guide/guides-and-tutorials/getting-api-key.md | New self-service API key creation guide (register → login → create key) with usage notes. |
| apps/docs/api-integration-guide/guides-and-tutorials/beginner-guide.md | Replaces “contact the team” guidance with links/instructions for the self-serve API key + refresh flow. |
| apps/docs/api-integration-guide/api.md | Updates “Generate your API Key” section to link to the new guide and improves steps/wording. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Prerequisites | ||
|
|
||
| * [Privy](https://privy.io) app with TEE enabled and an Authorization Key configured | ||
| * Defindex API key — request access on [Discord](https://discord.gg/e2qAhJCBmx) | ||
|
|
There was a problem hiding this comment.
This guide still says to “request access on Discord” for a DeFindex API key, which contradicts the new self‑service API key flow introduced in this PR. Update this prerequisite to point to the new “Getting Your API Key” guide (and only mention Discord for support, if needed).
Summary
api.mdandbeginner-guide.mdto link to it instead of saying "contact the team"Frequently/index.tsx)Changes
Docs
api-integration-guide/guides-and-tutorials/getting-api-key.md— step-by-step API key creation guideapi-integration-guide/api.md— expanded Generate API Key section, linked to new guide, fixed broken prereqs linkguides-and-tutorials/beginner-guide.md— replaced Discord contact prompt with link to new guideSUMMARY.md— added "Getting Your API Key" entry under Guides and Tutorialsguides-and-tutorials/privy-server-wallets.md— new Privy server wallets integration guideLanding
apps/landing/src/components/globals/Frequently/index.tsx— removed incorrect "example of fees" FAQ entry, replaced with "How do revenue shares work?"Test plan
api.mdandbeginner-guide.mdresolve to the new page