docs(app-store): point submission runbook at the canonical marketing/ copy#185
Merged
Conversation
… copy
The listing + privacy docs existed twice: stale copies in docs/app-store/
(listing-copy.md, privacy-label-and-review.md) and the authoritative,
up-to-date versions in marketing/app-store/ (listing.md, privacy-and-review.md).
The runbook linked the stale copies, which gave the wrong app name ("Markup"
instead of "Markup - MD Reader"), un-trimmed keywords, and the old
"paste a GitHub link" narrative instead of "open a GitHub repo as a vault".
- Replace the two stale docs/app-store/ files with short redirect stubs that
point at the marketing/ canonical versions.
- Repoint every link in README.md, ios-submission.md, and
launch-1.0-checklist.md to marketing/app-store/{listing,privacy-and-review}.md
(screenshot sizes now point at marketing/app-store/screenshots/README.md).
- Fix the Mac screenshot sizes in the checklist (section C step 6): add
1440x900 and 2880x1800 — the mac/ set is 2880x1800.
Single source of truth is now marketing/app-store/.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Why
The App Store listing + privacy docs existed twice, and the two copies had drifted:
docs/app-store/listing-copy.md,privacy-label-and-review.md) — what the runbook linked to.marketing/app-store/listing.md,privacy-and-review.md) — newer & correct.Following the runbook's links would have led you to paste wrong submission data:
marketing/)Markup❌Markup - MD Reader(matches ASC) ✅What
docs/app-store/files with short redirect stubs pointing at themarketing/canonical versions.README.md,ios-submission.md, andlaunch-1.0-checklist.mdtomarketing/app-store/{listing,privacy-and-review}.md(screenshot sizes now point atmarketing/app-store/screenshots/README.md, where they actually live).1440×900and2880×1800— ourmac/set is2880×1800, which the old text omitted.Single source of truth is now
marketing/app-store/.Verification
grepover the whole repo: zero remaining content references to the stale filenames.docs/app-store/.🤖 Generated with Claude Code