-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add GH page generation for end-users tutorials #1163
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: |
a22952c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9b090cec.interface-a9d.pages.dev |
| Branch Preview URL: | https://1160-alternative.interface-a9d.pages.dev |
|
@levalleux-ludo I've opened a new pull request, #1167, 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 GitHub Pages infrastructure and comprehensive end-user tutorial documentation for the Boson Protocol marketplace. The changes include documentation for both buyer and seller workflows, widget integration guides, and WooCommerce plugin setup instructions.
- Jekyll configuration with custom layouts and navigation includes
- Comprehensive buyer-side tutorials covering rNFT purchase and redemption flows
- Seller-side guides including profile/storefront creation, product listing, and token-gated commerce
- Widget integration documentation (Redemption Widget, Commit Button Widget, Metaverse Toolkit)
- WooCommerce plugin setup and configuration guide
Reviewed changes
Copilot reviewed 26 out of 94 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/seller-side/widgets/the-redemption-widget.md | Documentation for embedding redemption functionality on seller domains |
| docs/seller-side/widgets/the-commit-button-widget/overview.md | Commit button widget integration guide with parameter reference |
| docs/seller-side/widgets/the-commit-button-widget/commit-button-style-guide.md | Style customization guide for commit button |
| docs/seller-side/widgets/metaverse-toolkit.md | Decentraland metaverse integration guide |
| docs/seller-side/selling-on-the-dapp/*.md | Comprehensive seller onboarding tutorials |
| docs/seller-side/boson-for-woocommerce.md | WooCommerce plugin installation and configuration guide |
| docs/buyer-side/README.md | Buyer journey documentation for purchasing and redeeming rNFTs |
| docs/_layouts/-default.html | Custom Jekyll layout template |
| docs/_includes/nav.html | Navigation include for hierarchical menu |
| docs/_data/menu.yml | Navigation structure definition |
| docs/README.md, docs/about.markdown, docs/404.html | Site structure pages |
| .gitignore | Jekyll build artifacts exclusions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.