Move Lazer documentation to Pro section and remove lazer folder #927
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 migrates the detailed Pyth Lazer technical documentation to the Pyth Pro section, completing the product rebrand. The placeholder content at
/price-feeds/pro/how-lazer-workshas been replaced with the comprehensive technical documentation that was previously located in the/lazerfolder.Changes made:
/pages/price-feeds/pro/how-lazer-works.mdxwith detailed technical documentation covering the 5-tier architecture (Publishers, Relayers, Message Queue, Routers, History Service)/pages/lazer/folder after content migrationnext.config.jswill continue to handle legacy/lazer/*URLsType of Change
Areas Affected
/pages/price-feeds/pro/how-lazer-works.mdx- Content replaced with full technical documentation/pages/lazer/folder - Removed after migrationChecklist
npm run lintto check for linting errors (passed with pre-existing warnings only)Related Issues
N/A
Additional Notes
Important for reviewers:
/lazer/how-lazer-worksproperly redirects to/price-feeds/pro/how-lazer-works(redirects defined innext.config.jslines 127-128)/lazerpaths - verify these are properly redirected (examples found insubscribe-price-updates.mdxand integration guides)Redirect coverage: This PR relies on existing redirects in
next.config.js. The following redirect rules should handle legacy URLs:Contributor Information
Screenshots
N/A - Content migration only