Add whitepaper page and BNB/DOGE options docs; update navigation#3
Add whitepaper page and BNB/DOGE options docs; update navigation#3fred-powertrade wants to merge 3 commits into
Conversation
|
@copilot resolve the merge conflicts in this pull request |
There was a problem hiding this comment.
Pull request overview
Adds documentation pages and navigation updates to improve discoverability of the PowerTrade whitepaper and popular altcoin (BNB, DOGE) options markets.
Changes:
- Added a new legal doc page linking to the official PowerTrade whitepaper.
- Added new market guide pages for BNB and DOGE options, and linked them from the options overview.
- Updated docs navigation (sidebar + entry points) to surface the new pages.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds BNB/DOGE options docs under Trading and the whitepaper under Legal. |
| docs/trading/options.md | Adds a “Popular Altcoin Options Markets” section linking to the new pages. |
| docs/trading/options-bnb.md | New BNB options guide page with basics, use cases, and app link. |
| docs/trading/options-doge.md | New DOGE options guide page with basics, use cases, and app link. |
| docs/legal/whitepaper.md | New whitepaper landing page pointing to the official URL and support contacts. |
| docs/intro.md | Adds whitepaper link to quick navigation. |
| docs/how-to-use-powertrade/getting-started.md | Adds whitepaper link in “Next Steps”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds new documentation pages to improve discoverability of the PowerTrade whitepaper and provide quick-start market guides for BNB/DOGE options, with navigation updates to surface them in the sidebar and options overview.
Changes:
- Added a new Legal doc page for the PowerTrade whitepaper and linked it from Intro/Getting Started.
- Added new options market guide pages for BNB and DOGE.
- Updated the Trading sidebar and the main Options overview page to link to the new market guides.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds BNB/DOGE options docs under Trading and adds Whitepaper under Legal. |
| docs/trading/options.md | Adds a “Popular Altcoin Options Markets” section linking to the new guides. |
| docs/trading/options-bnb.md | New BNB options guide page with contract basics and app link. |
| docs/trading/options-doge.md | New DOGE options guide page with contract basics and app link. |
| docs/legal/whitepaper.md | New Whitepaper page linking to the official whitepaper URL and support contacts. |
| docs/intro.md | Adds Whitepaper link in the Legal quick navigation section. |
| docs/how-to-use-powertrade/getting-started.md | Adds a “Read the Whitepaper” link in Next Steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| title: BNB Options | ||
| sidebar_label: BNB Options | ||
| --- | ||
|
|
||
| # BNB Options Trading | ||
|
|
||
| Trade BNB options on PowerTrade with USDC settlement, flexible expiries, and defined risk. |
| --- | ||
| title: DOGE Options | ||
| sidebar_label: DOGE Options | ||
| --- | ||
|
|
||
| # DOGE Options Trading | ||
|
|
||
| Trade DOGE options on PowerTrade with USDC settlement, flexible expiries, and defined risk. |
Motivation
Description
docs/legal/whitepaper.mdwhich links to the official PowerTrade whitepaper and support contacts.docs/trading/options-bnb.mdanddocs/trading/options-doge.mdcontaining contract basics, use cases, and app links.docs/trading/options.mdto include a "Popular Altcoin Options Markets" section linking to the new BNB and DOGE pages.docs/intro.mdanddocs/how-to-use-powertrade/getting-started.mdto include the whitepaper link, and updatedsidebars.tsto include the new pages in the navigation.Testing
yarn build, which completed successfully.yarn tsc --noEmit, which passed without errors.yarn lint, and no linting issues were reported.Codex Task