docs: add 'Submit your dApp to the store' page (explore.dig.net listing flow)#9
Merged
Merged
Conversation
…ng flow) Add a task-oriented App-developers page covering how a developer lists their dApp on the DIG Network dApp store (explore.dig.net): connect a wallet at hub.dig.net/submit, fill in the submission form (metadata + artwork), track status, and — once an admin approves — the listing is published automatically. Documents the field reference, the exact PNG artwork sizes, and the submission status lifecycle. Slots into the App-developers sidebar after 'Get tipped for your store', with cross-links from the app-developers landing and the DIGHUb how-to journey. Materialized into all 14 locales so links resolve under onBrokenLinks:throw; llms.txt + the derived knowledge-graph updated. Machine specs (openrpc*.json) regenerate to carry the bumped site version. Bump: minor (0.1.0 -> 0.2.0) — a new documentation page (new capability).
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.
What
Adds a user-facing, task-oriented docs page — Submit your dApp to the store — explaining how a developer lists their dApp on the DIG Network dApp store (explore.dig.net):
The page includes a full field reference and the exact PNG artwork sizes (icon-512 512×512 + og 1200×630 required to list; hero 1600×900 + 2 desktop screenshots to be featured; screenshot sizes and caps), all sourced from the shipped submission contract so the doc matches what the form enforces.
IA + cross-links
build-a-dapp/submit-to-the-store).Saturation-search
Searched the docs tree for anything the submission flow makes stale — there was no prior mention of explore.dig.net or a dApp store anywhere in docs, so this is net-new content with no contradictions to fix.
Machine surfaces / i18n
static/llms.txtupdated with the new page under "Build a dapp".onBrokenLinks: "throw".static/knowledge-graph.jsonregenerated (new node + edges).static/openrpc*.jsonregenerate to carry the bumped site version (they readpackage.jsonversion).Version bump
Minor: 0.1.0 → 0.2.0 — a new documentation page is a backwards-compatible new capability (
docs:adding a new section).How verified
npm run typecheck— cleannpm run build— green across all 14 locales (onBrokenLinks/onBrokenAnchors: "throw"— no broken links/anchors)npm run test:unit— virtual-screen-reader trace passesnpm run test:a11y— all 22 Playwright a11y/SEO tests pass (axe WCAG 2.2 AA, ARIA snapshots, keyboard nav, mobile viewport)