docs: surface Evo SDK site and add example-app cards#158
Conversation
Surface the Evo SDK site (playground, docs, AI reference) across tutorials and resources, and reorder the Resources toctree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a card grid to the example-apps index with cropped screenshot previews and "try it live" buttons, add matching live-demo buttons to the DashMint Lab and Dashnote walkthroughs, and hide the now-redundant toctree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 8 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates documentation to promote Evo SDK browser resources, adds an example-app gallery with live-demo links, and adjusts example-app card image styling for responsive layouts. ChangesDocumentation and example apps
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (2)
docs/tutorials/introduction.md (1)
22-22: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueUse an em-dash for consistency.
The text uses a double hyphen (
--) instead of an em-dash (—), which is used elsewhere in this file (e.g., lines 41-42).♻️ Proposed fix
-You can clone a repository containing the code for all tutorials from <a href="https://github.com/dashpay/platform-readme-tutorials#readme" target="_blank">GitHub</a> or download it as a [zip file](https://github.com/dashpay/platform-readme-tutorials/archive/refs/heads/main.zip). Or, use the [Evo SDK playground](https://evo-sdk.dash.org/playground) to instantly experiment with tutorial queries -- no local setup required. +You can clone a repository containing the code for all tutorials from <a href="https://github.com/dashpay/platform-readme-tutorials#readme" target="_blank">GitHub</a> or download it as a [zip file](https://github.com/dashpay/platform-readme-tutorials/archive/refs/heads/main.zip). Or, use the [Evo SDK playground](https://evo-sdk.dash.org/playground) to instantly experiment with tutorial queries — no local setup required.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/tutorials/introduction.md` at line 22, Replace the double hyphen before “no local setup required” in the tutorial introduction with an em-dash, preserving the surrounding links and wording.docs/resources/repository-overview.md (1)
26-27: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueInconsistent URL for the Evo SDK Playground.
The playground URL includes
.htmlhere, but is referenced ashttps://evo-sdk.dash.org/playground(without.html) indocs/index.mdanddocs/tutorials/connecting-to-testnet.md. Please consider removing.htmlfor consistency.♻️ Proposed fix
-The [Evo SDK site](https://evo-sdk.dash.org/) hosts developer-facing tooling for the JavaScript SDK: an interactive [playground](https://evo-sdk.dash.org/playground.html) that runs read-only queries in the browser against testnet, [SDK documentation](https://evo-sdk.dash.org/docs.html), and an AI reference. +The [Evo SDK site](https://evo-sdk.dash.org/) hosts developer-facing tooling for the JavaScript SDK: an interactive [playground](https://evo-sdk.dash.org/playground) that runs read-only queries in the browser against testnet, [SDK documentation](https://evo-sdk.dash.org/docs.html), and an AI reference.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/resources/repository-overview.md` around lines 26 - 27, Update the playground link in the Evo SDK site description to use the canonical URL without the .html suffix, matching the references in the other documentation files.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/tutorials/introduction.md`:
- Around line 35-36: Correct the introductory sentence by adding “to” after the
link to the Evo SDK site, so it reads naturally as an instruction to visit the
site to run queries while preserving the existing links and remaining wording.
---
Nitpick comments:
In `@docs/resources/repository-overview.md`:
- Around line 26-27: Update the playground link in the Evo SDK site description
to use the canonical URL without the .html suffix, matching the references in
the other documentation files.
In `@docs/tutorials/introduction.md`:
- Line 22: Replace the double hyphen before “no local setup required” in the
tutorial introduction with an em-dash, preserving the surrounding links and
wording.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 61df5586-01cf-4630-9563-066babcb78b5
📒 Files selected for processing (9)
_static/css/pydata-overrides.cssdocs/index.mddocs/resources/repository-overview.mddocs/tutorials/connecting-to-testnet.mddocs/tutorials/example-apps.mddocs/tutorials/example-apps/dashmint-lab.mddocs/tutorials/example-apps/dashnote.mddocs/tutorials/introduction.mddocs/tutorials/setup-sdk-client.md
Summary
Improves discoverability of the Evo SDK tooling and the example apps across the tutorials and resources sections.
Changes
Evo SDK references — Point developers to the Evo SDK site (playground, docs, AI reference):
evo-sdk.dash.org/docs.htmland reorder the Resources toctree.Example-app cards — Give the example-apps index a visual entry point:
Preview build: https://dash-docs-platform--158.org.readthedocs.build/en/158/
Summary by CodeRabbit
New Features
Documentation