Skip to content

docs(tutorials): add DashMint Lab NFT example app walkthrough#146

Merged
thephez merged 4 commits intodashpay:3.1.0from
thephez:feat/example-dashmint-lab
Apr 28, 2026
Merged

docs(tutorials): add DashMint Lab NFT example app walkthrough#146
thephez merged 4 commits intodashpay:3.1.0from
thephez:feat/example-dashmint-lab

Conversation

@thephez
Copy link
Copy Markdown
Collaborator

@thephez thephez commented Apr 28, 2026

Introduces a new example-apps tutorial category anchored by a single-page DashMint Lab walkthrough that tours each SDK operation (mint, transfer, setPrice, purchase, burn, query) alongside the shared mutation prelude and contract schema. Wires the TypeScript source files into the tutorial-sync map so the embedded code stays in lockstep with the app, and caps tall code blocks site-wide so long excerpts scroll in place.

Preview build: https://dash-docs-platform--146.org.readthedocs.build/en/146/

Summary by CodeRabbit

Release Notes

  • Documentation

    • Introduced "Example apps" tutorial section featuring a complete DashMint Lab NFT marketplace walkthrough
    • Added "Query Capabilities" page to navigation
    • Added external links to Dash Platform Monorepo and Dash Platform Book in Resources section
  • Style

    • Enhanced code block styling with horizontal and vertical scrolling for long code examples

thephez and others added 3 commits April 23, 2026 17:21
Introduces a new example-apps tutorial category anchored by a single-page DashMint Lab walkthrough that tours each SDK operation (mint, transfer, setPrice, purchase, burn, query) alongside the shared mutation prelude and contract schema. Wires the TypeScript source files into the tutorial-sync map so the embedded code stays in lockstep with the app, and caps tall code blocks site-wide so long excerpts scroll in place.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Warning

Rate limit exceeded

@thephez has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 52 minutes and 27 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b54510f3-9af4-40fe-a891-95960a0289a1

📥 Commits

Reviewing files that changed from the base of the PR and between b61012d and dcc989c.

📒 Files selected for processing (1)
  • docs/tutorials/example-apps/dashmint-lab.md
📝 Walkthrough

Walkthrough

This PR enhances documentation infrastructure by adding CSS styling for code block overflow, expanding sidebar navigation, and introducing a comprehensive DashMint Lab NFT marketplace example tutorial with code block synchronization configuration.

Changes

Cohort / File(s) Summary
CSS Styling
_static/css/pydata-overrides.css
Adds max-height constraint and horizontal/vertical scrolling to highlighted code blocks (.highlight pre) to improve code readability in dense documentation.
Navigation Updates
_templates/sidebar-main.html, docs/index.md
Expands sidebar with new "Example apps" expandable section and additional links to Query Capabilities, Dash Platform Monorepo, and Dash Platform Book; registers example-apps tutorial in toctree.
Example App Documentation
docs/tutorials/example-apps.md, docs/tutorials/example-apps/dashmint-lab.md
Introduces new documentation structure for example apps with detailed DashMint Lab React/TypeScript SPA walkthrough covering NFT operations (mint, transfer, pricing, purchase, burn) and contract setup patterns.
Code Block Mapping
scripts/tutorial-sync/tutorial-code-map.yml
Adds eight TypeScript code block mappings linking DashMint Lab source files (src/dash/*.ts) to the dashmint-lab documentation page for automated code synchronization.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 Hop along to DashMint's NFT glow,
Where docs and examples gracefully flow,
New code maps sync, navigation unfolds,
A marketplace tale in TypeScript told! ✨📚

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately summarizes the main change: adding a DashMint Lab NFT example app walkthrough to the tutorials documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@thephez thephez merged commit 9d3f4cd into dashpay:3.1.0 Apr 28, 2026
2 checks passed
@thephez thephez deleted the feat/example-dashmint-lab branch April 28, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant