Skip to content

fix: remove stale meta.json entries for nonexistent pages#323

Closed
moss-bryophyta wants to merge 1 commit into
mainfrom
fix/stale-meta-json-entries
Closed

fix: remove stale meta.json entries for nonexistent pages#323
moss-bryophyta wants to merge 1 commit into
mainfrom
fix/stale-meta-json-entries

Conversation

@moss-bryophyta

Copy link
Copy Markdown
Contributor

Summary

Several meta.json sidebar configs referenced pages that no longer exist (or never did), producing dangling navigation entries:

File Stale entry Reason
next/meta.json ./config Page never existed
next/meta.json ./tutorials/quickstart Removed in #129
react/meta.json ./tutorials/quickstart Removed in #131
react/api/dictionary/meta.json ./use-gt, ./msg, ./use-messages These pages live under api/strings/, not api/dictionary/
react-native/api/dictionary/meta.json ./use-gt, ./msg, ./use-messages Same as above

After this change, every meta.json page reference across the docs resolves to a real file or directory (verified with a script).

🌿 Daily docs review

Several sidebar configs referenced pages that don't exist, producing
broken/empty navigation entries:

- next/meta.json: ./config (never existed) and ./tutorials/quickstart
  (removed in #129)
- react/meta.json: ./tutorials/quickstart (removed in #131)
- react/api/dictionary and react-native/api/dictionary: ./use-gt, ./msg,
  ./use-messages — these pages live under api/strings/, not api/dictionary/
@moss-bryophyta
moss-bryophyta requested a review from a team as a code owner June 18, 2026 15:05
@moss-bryophyta
moss-bryophyta enabled auto-merge (squash) June 18, 2026 15:05
@moss-bryophyta

Copy link
Copy Markdown
Contributor Author

Closing stale docs PR — docs review is moving to a linter-based workflow going forward, and this backlog is now out of date (per Taylor). Keeping #372 and #373.

auto-merge was automatically disabled July 17, 2026 18:09

Pull request was closed

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