-
Notifications
You must be signed in to change notification settings - Fork 3
chore: add link to end-users guides #1162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying boson-dapp-testing with
|
| Latest commit: |
c6317b2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://22f55172.interface-a9d.pages.dev |
| Branch Preview URL: | https://1160-documentation-guides.interface-a9d.pages.dev |
…rotocol/interface into 1160-documentation-guides
|
@levalleux-ludo I've opened a new pull request, #1168, to work on those changes. Once the pull request is ready, I'll request review from you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a configurable link to end-user guides in the application footer. The guides URL can be set via environment variable with a sensible default value pointing to the Boson Protocol interface documentation.
- Added
guidesUrlconfiguration with environment variable support and default fallback - Created new
Guidesroute inBosonProtocolRoutes - Updated footer help links to include the new Guides link
- Renamed "Templates & Guides" to "Templates" in the Sell section to avoid redundancy
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/lib/config.ts |
Adds guidesUrl configuration that reads from REACT_APP_GUIDES_URL environment variable with default fallback |
src/lib/routing/routes.tsx |
Defines new Guides route in BosonProtocolRoutes using the configured guidesUrl |
src/components/footer/routes.tsx |
Imports BosonProtocolRoutes, renames "Templates & Guides" to "Templates", and adds new Guides entry to help links |
.env.example |
Documents the new REACT_APP_GUIDES_URL environment variable with example value |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.