feat: tutorials coverage matrix with deep links and collapsible sections - #1164
Open
oduameh wants to merge 1 commit into
Open
feat: tutorials coverage matrix with deep links and collapsible sections#1164oduameh wants to merge 1 commit into
oduameh wants to merge 1 commit into
Conversation
…ections Add an interactive coverage matrix to the tutorials landing page mapping the five written tutorials (Bulletin board, Private party, Battleship, Leaderboard, ZK Loan) against 89 features across 10 sections, sourced from the team's written-tutorials coverage spreadsheet. - Generalize the CoverageMatrix component with props for columns, features, labels, and a stretch mode; the examples matrix on /examples is unchanged (all defaults preserved). - Features can carry a section: sections render as collapsible rows showing per-tutorial coverage-count pills colored by DApp/Contract group, with an Expand all control. - Cells can carry an href: every mark and summary chip deep-links to the tutorial section that covers the feature. All 89 unique anchors are validated against the built site. - Make the tutorials landing page full width (hide_table_of_contents) so the matrix spreads across the content column.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary
Redirects per inputRedirects in docs/tutorials/index.mdx |
🚀 Preview Deployment✅ Deployment Ready 🔗 Preview URL: https://pr-1164-midnight-docs.vercel.app 📝 Latest commit: This preview updates automatically when you push new commits to this PR. |
nstanford5
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an interactive coverage matrix to the tutorials landing page (
/tutorials), mapping the five written tutorials (Bulletin board, Private party, Battleship, Leaderboard, ZK Loan) against 89 features grouped into 10 collapsible sections. Data is sourced from the team's written-tutorials coverage spreadsheet./tutorials/bship/smart-contract#shoot-circuits).hide_table_of_contents: true, same pattern as the overview landing page) and the matrix stretches to fill the content column.CoverageMatrixcomponent is generalized via props with all defaults preserved: the examples matrix on/examplesrenders exactly as before.Type of Change
Related Links
/tutorialssrc/components/CoverageMatrix/tutorialsData.jsxIssue Reference
Checklist
npm run startoryarn start).Notes
yarn buildpasses; all 89 unique deep-link anchors were validated against the built HTML (the collapsed default hides most links from Docusaurus's own broken-anchor pass, so a direct check was run).