Skip to content

Commit a7a20bc

Browse files
justin808claude
andcommitted
Add unlisted frontmatter to home-pro compat stub and document exclusion
- Add `unlisted: true` and `description` frontmatter to docs/pro/home-pro.md to suppress Docusaurus "not in any sidebar" build warning - Note pro/home-pro in sidebars.ts excluded-files comment for discoverability Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b54c553 commit a7a20bc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pro/home-pro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
unlisted: true
3+
description: Compatibility stub — use the React on Rails Pro landing page instead.
4+
---
5+
16
# React on Rails Pro Home
27

38
This route is kept for compatibility with older docs links.

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
55
// - building-features/rails-webpacker-react-integration-options
66
// - deployment/troubleshooting-when-using-webpacker
77
// - misc/asset-pipeline
8+
// - pro/home-pro (URL-compatibility stub → pro/react-on-rails-pro)
89
//
910
// Contributing/Resources pages (linked from introduction.md instead of sidebar):
1011
// - misc/doctrine

0 commit comments

Comments
 (0)