This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Add 'Acquire an Access Token' page to Lazer how-to guides#842
Merged
Conversation
- Create new standalone guide for acquiring Pyth Lazer access tokens - Extract content from Subscribe to Price Updates guide - Add navigation entry in _meta.json under How-To Guides section - Update Subscribe to Price Updates to reference new standalone guide - Include form link, security callout, usage instructions, and code example Co-Authored-By: Jayant <jayant@dourolabs.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jayantk
reviewed
Sep 12, 2025
| Subscribing to price updates is a three-step process: | ||
|
|
||
| 1. **Acquire** an access token. | ||
| 1. **Acquire** an access token (see [Acquire an Access Token](./acquire-access-token.mdx)). |
- Address PR feedback from jayantk to undo the cross-reference change - Keep the original text: '1. **Acquire** an access token.' Co-Authored-By: Jayant <jayant@dourolabs.xyz>
- Apply prettier formatting to Callout component text - Break long line into multiple lines with proper indentation - Resolves pre-commit CI failure Co-Authored-By: Jayant <jayant@dourolabs.xyz>
aditya520
approved these changes
Sep 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new standalone "Acquire an Access Token" page to the Lazer how-to guides section. The content was extracted from the existing "Subscribe to Price Updates" guide to create a focused, reusable guide specifically for token acquisition.
Type of Change
Areas Affected
pages/lazer/acquire-access-token.mdx- Standalone access token guidepages/lazer/_meta.json- Navigation structurepages/lazer/subscribe-price-updates.mdx- Cross-reference to new guideChecklist
pre-commit run --all-filesto check for linting errorsKey Review Points
🔍 Please verify:
Screenshots
New standalone page:

Updated navigation and cross-reference:

Related Issues
This addresses a documentation structure improvement by separating the access token acquisition process into its own dedicated guide, making it easier for users to find and reference this critical first step.
Additional Notes
The content was extracted from the existing "Subscribe to Price Updates" guide (specifically the "Acquire an access token" section) to improve discoverability and create a reusable reference. The original guide now links to this new standalone page, maintaining the user flow while improving documentation organization.
Contributor Information