Skip to content

Commit 98ca50a

Browse files
committed
Remove redundant api-reference/README.md
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.
1 parent 3623ffc commit 98ca50a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Perfect if you're new to React on Rails
2121
Jump straight to what you need
2222

2323
- **[Installation Guide](./getting-started/installation-into-an-existing-rails-app.md)** - Add to existing Rails app
24-
- **[API Reference](./api-reference/README.md)** - View helpers, configuration, JavaScript API
24+
- **[API Reference](./api-reference/view-helpers-api.md)** - View helpers, configuration, JavaScript API
2525
- **[Core Concepts](./core-concepts/how-react-on-rails-works.md)** - Architecture and SSR
2626

2727
### 🏗️ **Migrating from Other Solutions**

docs/api-reference/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)