You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This category index file was an orphaned remnant from PR #1813 that used
a different navigation approach with category landing pages.
During the IA redesign (PR #1845), similar category index files like
guides/advanced/README.md were deleted as "redundant" because docs/README.md
now serves as the single navigation hub.
The api-reference/README.md survived by accident and is now the only category
with such an index file, creating inconsistency.
Changes:
- Deleted docs/api-reference/README.md (7-line TOC)
- Updated docs/README.md reference to point directly to view-helpers-api.md
(the main API reference file)
- Preserves existing folder-level link on line 50 that points to api-reference/
Rationale: Category folders don't need README indexes when the main docs hub
already provides navigation. This matches the pattern established when we
deleted guides/advanced/README.md.
0 commit comments