Skip to content

Simplify the docs sidebar and Pro landing pages#3119

Merged
justin808 merged 9 commits intomainfrom
jg/docs-sidebar-pro-pages
Apr 18, 2026
Merged

Simplify the docs sidebar and Pro landing pages#3119
justin808 merged 9 commits intomainfrom
jg/docs-sidebar-pro-pages

Conversation

@justin808
Copy link
Copy Markdown
Member

@justin808 justin808 commented Apr 12, 2026

Summary

Simplify the docs information architecture by removing redundant top-level sidebar sections, regrouping Building Features, keeping Deployment visible, and nesting React Server Components under React on Rails Pro. Add release note archive pages and turn home-pro into a compatibility page so the sidebar can be simplified without changing existing doc routes.

Pull Request checklist

  • Add/update test to cover these changes
  • Update documentation
  • Update CHANGELOG file

Other Information

Validated with pnpm exec eslint docs/sidebars.ts, pnpm exec prettier --check on the changed files, and a doc-id existence check covering 105 sidebar references. I did not run a full Docusaurus build in this workspace.


Note

Low Risk
Low risk documentation-only change; primary risk is broken navigation if the stub/exclusion IDs don’t match Docusaurus doc IDs.

Overview
Adds an unlisted URL-compatibility stub at docs/pro/home-pro.md that keeps the legacy pro/home-pro route working and directs readers to the canonical pro/react-on-rails-pro page (with a small set of Pro quick links).

Updates sidebar exclusion configuration (docs/.sidebar-exclusions and comments in docs/sidebars.ts) to explicitly exclude pro/home-pro from navigation so it functions purely as a compatibility entry point.

Reviewed by Cursor Bugbot for commit d7ed940. Bugbot is set up for automated code reviews on this repo. Configure here.

Summary by CodeRabbit

  • Documentation
    • Added an unlisted Pro home compatibility stub that links to the canonical Pro landing and includes a “Quick Links” section to Pro resources (installation, OSS→Pro upgrade, React Server Components, Streaming SSR, Node Renderer).
    • Excluded the stub from the site sidebar so it serves as a URL-compatibility redirect to the main Pro landing.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a6c0f45c-ac51-4d2b-baed-d4d6707f073f

📥 Commits

Reviewing files that changed from the base of the PR and between c983afc and d7ed940.

📒 Files selected for processing (1)
  • docs/sidebars.ts
✅ Files skipped from review due to trivial changes (1)
  • docs/sidebars.ts

Walkthrough

Added an unlisted Pro compatibility stub page at docs/pro/home-pro.md and marked its ID as excluded from sidebar generation; updated sidebar comments to record the legacy pro/home-propro/react-on-rails-pro mapping.

Changes

Cohort / File(s) Summary
Pro Home Stub Documentation
docs/pro/home-pro.md
New unlisted Markdown stub with frontmatter, title “React on Rails Pro Home”, redirect guidance to ./react-on-rails-pro.md, and a “Quick Links” list to Pro docs (installation, upgrade, RSC, Streaming SSR, Node Renderer).
Sidebar Configuration
docs/sidebars.ts
Updated inline “Intentionally excluded from sidebar” comment to include pro/home-pro as a legacy compatibility stub mapping to pro/react-on-rails-pro.
Sidebar Exclusions File
docs/.sidebar-exclusions
Added pro/home-pro entry with comment noting it is a URL-compatibility redirect stub to pro/react-on-rails-pro.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A tiny stub hopped into view,
Pointing the path to pages true.
Quick links shining, old routes now steer,
Pro docs beckon — come hop near! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: simplifying the docs sidebar and Pro landing pages by adding a compatibility stub and exclusion entries.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jg/docs-sidebar-pro-pages

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

…ages

* origin/main: (44 commits)
  Consolidate CSP nonce sanitization into shared module (#2828)
  Add comprehensive --rsc-pro generator tests (#3098)
  fix: cross-env validation and docs for renderer password (#3090)
  Improve package metadata and Pro upgrade CTAs (#3112)
  docs: standardize warning syntax to GFM alert format (#3115)
  docs: improve react-intl documentation for React Server Components (#3085)
  Fix generator CI SSR regression on main (#3110)
  Refocus GitHub README on docs navigation (#3113)
  Add manual dev environment testing checklist for coding agents (#3074)
  Bump version to 16.6.0
  Update CHANGELOG.md for 16.6.0 (#3078)
  fix: node-renderer diagnostic improvements (#3086)
  fix: pin third-party npm deps in generator to prevent peer dep conflicts (#3083)
  chore(deps): bump lodash from 4.17.23 to 4.18.1 in the npm-security group across 1 directory (#2920)
  fix: refactor formatExceptionMessage to accept generic request context (#2877)
  Bump version to 16.6.0.rc.1
  Update CHANGELOG.md for 16.6.0.rc.1 (#3079)
  Update CHANGELOG.md unreleased section (#3077)
  Fix Content-Length mismatch and null renderingRequest errors in node renderer (#3069)
  Improve memory debugging docs with simpler heap snapshot approach (#3072)
  ...

# Conflicts:
#	docs/pro/home-pro.md
#	docs/pro/react-on-rails-pro.md
#	docs/sidebars.ts
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
docs/pro/react-on-rails-pro.md (1)

38-44: Clarify the dummy-app link target.

The link text reads like a directory path, but it lands on the dummy app README. Renaming it to something like dummy app README would make the destination less surprising.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/pro/react-on-rails-pro.md` around lines 38 - 44, Update the link text
that currently reads "react_on_rails_pro/spec/dummy" to a clearer label like
"dummy app README" so the anchor matches its target README; locate the markdown
line containing the link text "react_on_rails_pro/spec/dummy" in
react-on-rails-pro.md and replace the visible text while keeping the existing
URL unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/pro/react-on-rails-pro.md`:
- Around line 38-44: Update the link text that currently reads
"react_on_rails_pro/spec/dummy" to a clearer label like "dummy app README" so
the anchor matches its target README; locate the markdown line containing the
link text "react_on_rails_pro/spec/dummy" in react-on-rails-pro.md and replace
the visible text while keeping the existing URL unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1a38f3fa-d631-4a5b-bd52-34fd241737f1

📥 Commits

Reviewing files that changed from the base of the PR and between 6e154b2 and 6e8cb1c.

📒 Files selected for processing (5)
  • docs/oss/upgrading/release-notes/index.md
  • docs/pro/home-pro.md
  • docs/pro/react-on-rails-pro.md
  • docs/pro/release-notes/index.md
  • docs/sidebars.ts

Comment thread docs/pro/home-pro.md
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 12, 2026

Review: Simplify the docs sidebar and Pro landing pages

Scope note: The PR title and description mention sidebar reorganisation (removing redundant top-level sections, nesting RSC under Pro, release-note archive pages), but the actual diff is a single 14-line file: docs/pro/home-pro.md. The commit log shows merge conflicts against docs/pro/react-on-rails-pro.md and docs/sidebars.ts were resolved during the latest merge commit — those changes appear to have been dropped in favour of main. Worth clarifying whether the sidebar simplification is intentionally deferred or was accidentally lost.


The compatibility page itself

All six relative links in the file resolve to existing files:

  • ./react-on-rails-pro.md
  • ./installation.md
  • ./upgrading-to-pro.md
  • ./react-server-components/index.md
  • ./streaming-ssr.md
  • ./node-renderer.md

The file is intentionally absent from docs/sidebars.ts, which is the right call for a backwards-compat route.

One actionable issue

See inline comment: Docusaurus v3 warns about docs that exist on disk but appear in no sidebar. Adding unlisted: true to the frontmatter silences that warning while still generating the URL — which is exactly the intent of this page. Since no full Docusaurus build was run locally, this would only surface in CI.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 12, 2026

Greptile Summary

This PR simplifies the docs sidebar by regrouping content under cleaner top-level categories, moves RSC under "React on Rails Pro", surfaces "Deployment" as its own section, and adds a "Upgrading & Migration" section that aggregates both OSS and Pro upgrade docs. It also introduces docs/pro/home-pro.md as a unlisted: true compatibility stub keeping the old URL alive while pointing readers to the canonical Pro landing page.

All sidebar doc IDs I could verify resolve to real files on disk (upgrading/release-notes/index, pro/release-notes/index, building-features/node-renderer/*, migrating/*, pro/react-server-components/*), and the prior frontmatter concern (missing unlisted/description) was addressed in the final commit.

Confidence Score: 5/5

Safe to merge — documentation-only change with no runtime code impact.

All P2-or-lower findings; previous frontmatter concern was resolved in a7a20bc; verified sidebar doc IDs map to real files; no broken links or logic issues identified.

No files require special attention.

Important Files Changed

Filename Overview
docs/pro/home-pro.md New compatibility stub with unlisted: true and a description field; all six relative links resolve to existing files in docs/pro/.
docs/sidebars.ts Sidebar restructured into six top-level categories; sampled doc IDs (upgrading/release-notes/index, pro/release-notes/index, building-features/node-renderer/*, migrating/*, RSC entries) all exist on disk.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Old /pro/home-pro URL"] -->|"unlisted: true stub"| B["docs/pro/home-pro.md"]
    B -->|"redirect link"| C["docs/pro/react-on-rails-pro.md\n(canonical Pro landing)"]

    D["Sidebar docsSidebar"] --> E["Getting Started"]
    D --> F["Core Concepts"]
    D --> G["Building Features"]
    D --> H["Reference"]
    D --> I["Deployment"]
    D --> J["Upgrading & Migration"]
    D --> K["React on Rails Pro"]

    J --> L["upgrading/release-notes/index\n(OSS archive)"]
    J --> M["pro/release-notes/index\n(Pro archive)"]

    K --> N["pro/react-server-components/*\n(RSC — moved under Pro)"]
    G --> O["building-features/node-renderer/*\n(Node Renderer Pro — detailed articles)"]
Loading

Reviews (2): Last reviewed commit: "Add unlisted frontmatter to home-pro com..." | Re-trigger Greptile

Comment thread docs/pro/home-pro.md
- 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) <[email protected]>
@justin808
Copy link
Copy Markdown
Member Author

Re the scope question from @claude[bot]: the sidebar reorganization in sidebars.ts and react-on-rails-pro.md changes are present — they came in via the merge commit from main. The PR diff showing only home-pro.md is because gh pr diff compares the branch tip against the merge base, and those files were already on main. The changes are intentional and intact.

Re the P2 suggestion from @greptile-apps[bot] about noting pro/home-pro in the sidebars.ts excluded-files comment: addressed in a7a20bc.

Comment thread docs/sidebars.ts
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 15, 2026

Code Review

Overview

This PR adds a URL-compatibility stub (docs/pro/home-pro.md) for old links that pointed to /pro/home-pro, and documents the exclusion in docs/sidebars.ts. The change is documentation-only (20 lines added, nothing deleted) and carries no runtime risk.


What works well

  • Correct Docusaurus pattern: Using unlisted: true in frontmatter is the right approach for a URL-compatibility page — the route remains accessible but is excluded from the sidebar and Algolia search index.
  • All linked targets exist: Every relative link in the stub (./react-on-rails-pro.md, ./installation.md, ./upgrading-to-pro.md, ./react-server-components/index.md, ./streaming-ssr.md, ./node-renderer.md) resolves to a real file in the repo.
  • No sidebar pollution: The stub is correctly absent from the sidebar tree in sidebars.ts.

Issues

Minor — comment block miscategorises pro/home-pro

See the inline comment on docs/sidebars.ts line 7. The home-pro entry is placed under the heading "legacy stubs that redirect to archive", but it redirects to a live, current page. A future editor could reasonably misread this and treat it as an archive link. The fix is a one-line comment change.


Observations (no action required)

  • No true HTTP redirect: The stub serves content with links rather than issuing a 301/302. That is fine here because unlisted: true prevents search-engine indexing of the duplicate, and the page content is clear about where canonical content lives. A Docusaurus client-redirect plugin entry would give a cleaner UX, but is out of scope for this PR.
  • No custom_edit_url: null: Unlisted pages sometimes set this to suppress the "Edit this page" footer button. Not strictly necessary, but worth noting if it becomes a pattern.

Summary

Safe to merge after the minor comment-block fix. All linked files exist, the Docusaurus unlisted pattern is used correctly, and the sidebar is untouched.

justin808 and others added 2 commits April 17, 2026 16:05
…ages

* origin/main:
  Fix initial page startup race for late-loading client bundles (#3151)
  chore: apply prettier formatting to tracked docs files (#3153)
  docs: comprehensive RSC API documentation and registration consolidation (#3140)
  Split rspec-package-tests into parallel generator/unit shards (#3134)
  fix: add concurrency groups to long-running CI workflows (#3133)
  refactor: add RenderRequest, JsCodeBuilder, and RenderingStrategy abstractions (#3094)
  fix: address deferred review items from PR #2849 (#3093)
  Add complimentary OSS license policy for React on Rails Pro (#3123)
  fix: centralize CI docs-only detection and add CLI flag validation (#3091)
  refactor: replace stub-throw + Object.assign with capability-based composition (#3096)
  Enhance address-review with parallel fixes, self-review, and Greptile verification (#3121)
  fix: Doctor no longer fails custom projects for missing bin/dev (#3117)
  fix: cap webpack <5.106.0 to prevent ExecJS SSR breakage (#3095)
  Add Rspack + RSC compatibility tests and documentation (#1828) (#3120)
  Add error scenarios hub and test pages (#2497)
  docs: document polyfill requirements for web-targeted server bundles (#3092)
  docs: RSC integration pitfalls from tutorial app (#3087)
  docs: fix render function/helper API documentation (#3088)
  Doctor: accept TS/TSX server bundle suffixes (#3111)
  feat: add CI guard requiring sidebar updates when adding docs (#3089)
Why: home-pro is an unlisted URL-compatibility stub redirecting to
pro/react-on-rails-pro and is intentionally not in sidebars.ts. After
merging main (which introduced .sidebar-exclusions), the new CI guard
now correctly enforces that omission via this exclusion list.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 18, 2026

Code Review

Summary: Documentation-only PR that adds a URL-compatibility stub (docs/pro/home-pro.md) to preserve old links while redirecting users to the canonical Pro landing page. Changes also update .sidebar-exclusions and a comment in sidebars.ts to suppress the stub from navigation.


What Works Well

  • All six linked files in the Quick Links section exist and are valid (verified locally): react-on-rails-pro.md, installation.md, upgrading-to-pro.md, react-server-components/index.md, streaming-ssr.md, node-renderer.md.
  • unlisted: true frontmatter is the correct Docusaurus mechanism for hiding a page from nav/search while keeping its URL live.
  • The .sidebar-exclusions entry is properly formatted with a reason comment, consistent with existing entries.

Minor Issues

Comment placement inconsistency in sidebars.ts

The new comment line is placed under the block header "Intentionally excluded from sidebar (legacy stubs that redirect to archive)", but home-pro is not a redirect to the archive plugin — it is a compatibility stub pointing to a peer page. The content is accurate but the grouping is slightly misleading. Consider moving the entry to its own block with a heading like // URL-compatibility stubs (live pages, not archive redirects):.

No full Docusaurus build validated

The PR description notes: "I did not run a full Docusaurus build in this workspace." While all referenced doc IDs exist on disk, a full build would catch any broken docId resolution or routing issues. Low-risk for a stub page, but worth noting if CI does not gate on a Docusaurus build.


Assessment

Low risk, clean change. The stub pattern is appropriate for URL compatibility, and the exclusion from sidebar/search is correctly implemented. The comment grouping fix in sidebars.ts is a minor suggestion and does not block merging.

Why: pro/home-pro was incorrectly grouped under "legacy stubs that
redirect to archive", but it points to a live page (pro/react-on-rails-pro)
not an archive route. Future editors could misread the categorization.

Addresses review feedback on #3119.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@justin808
Copy link
Copy Markdown
Member Author

Thanks @claude[bot]. The inline-comment categorization issue (the only actionable item flagged) is addressed in d7ed940pro/home-pro is now under a new "URL-compatibility stubs (redirect to a current, live page)" header, separate from the archive-redirect block. The scope question was answered above — the sidebar reorganization came in via the merge from main.

@justin808
Copy link
Copy Markdown
Member Author

Review Round Summary

Addressed:

  • docs/sidebars.ts comment block split — pro/home-pro now under a new "URL-compatibility stubs (redirect to a current, live page)" header, no longer mis-grouped with archive-redirect stubs (d7ed940). Thread resolved.

CI fixes (pushed alongside):

  • Merged origin/main to pick up the docs/.sidebar-exclusions infrastructure from feat: add CI guard requiring sidebar updates when adding docs #3089.
  • Added pro/home-pro to docs/.sidebar-exclusions so the new sidebar-check CI guard recognizes the intentional omission (c983afc). Verified locally: script/check-docs-sidebar passes.
  • The earlier markdown-link-check failure was a transient "Connection failed" against https://tanstack.com/query/latest/docs/framework/react/guides/ssr in docs/oss/migrating/rsc-data-fetching.md — a file this PR does not modify. URL responds 200 OK locally; expecting the re-run to pass.

No further action needed on the bot review summaries (greptile 5/5, coderabbit "no actionable comments") — the only actionable inline issue from those summaries was the categorization fix above.

I (Claude Code) made these changes.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 18, 2026

Code Review

Summary: Clean, low-risk docs-only change. Adds a URL-compatibility stub for pro/home-pro using Docusaurus's unlisted: true front matter — the right pattern for keeping legacy URLs live without cluttering the sidebar.

What's Good

  • All 6 link targets in the stub (react-on-rails-pro.md, installation.md, upgrading-to-pro.md, react-server-components/index.md, streaming-ssr.md, node-renderer.md) exist and are valid.
  • The exclusion entry in .sidebar-exclusions follows the established format and includes an explanatory comment consistent with existing entries.
  • The comment block added to sidebars.ts fits the existing exclusion-comment pattern perfectly.

Minor Observations

  1. No full Docusaurus build was run. The PR notes this explicitly. The stub's relative links (./react-on-rails-pro.md, etc.) are correct on the filesystem, but Docusaurus resolves Markdown links differently in some edge cases (e.g. index.md vs the directory slug). A pnpm build or pnpm start in the docs/ workspace would give full confidence before merge.

  2. unlisted: true is a soft landing, not an HTTP redirect. Crawlers and bookmarks that hit pro/home-pro will receive a real page (200) with a manual link, not a 301. That's intentional per the PR description, but if SEO link-equity transfer matters, the @docusaurus/plugin-client-redirects plugin provides a true redirect. Given this is a compatibility stub for an internal docs re-org rather than an externally indexed page, the current approach is fine.

  3. description front matter on unlisted: true pages is less useful since the page won't appear in search results or OpenGraph previews. It doesn't hurt, but it's minor noise.

Verdict

Approve after confirming either (a) a local Docusaurus build passes, or (b) CI runs the build successfully. The logical structure and file hygiene are solid.

Comment thread docs/pro/home-pro.md
@justin808 justin808 merged commit e9e27a2 into main Apr 18, 2026
16 checks passed
@justin808 justin808 deleted the jg/docs-sidebar-pro-pages branch April 18, 2026 03:07
justin808 added a commit that referenced this pull request Apr 18, 2026
### Summary

Simplify the docs information architecture by removing redundant
top-level sidebar sections, regrouping Building Features, keeping
Deployment visible, and nesting React Server Components under React on
Rails Pro. Add release note archive pages and turn `home-pro` into a
compatibility page so the sidebar can be simplified without changing
existing doc routes.

### Pull Request checklist

- [x] ~Add/update test to cover these changes~
- [x] Update documentation
- [x] ~Update CHANGELOG file~

### Other Information

Validated with `pnpm exec eslint docs/sidebars.ts`, `pnpm exec prettier
--check` on the changed files, and a doc-id existence check covering 105
sidebar references. I did not run a full Docusaurus build in this
workspace.

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk documentation-only change; primary risk is broken navigation
if the stub/exclusion IDs don’t match Docusaurus doc IDs.
> 
> **Overview**
> Adds an **unlisted URL-compatibility stub** at `docs/pro/home-pro.md`
that keeps the legacy `pro/home-pro` route working and directs readers
to the canonical `pro/react-on-rails-pro` page (with a small set of Pro
quick links).
> 
> Updates sidebar exclusion configuration (`docs/.sidebar-exclusions`
and comments in `docs/sidebars.ts`) to explicitly exclude `pro/home-pro`
from navigation so it functions purely as a compatibility entry point.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
d7ed940. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added an unlisted Pro home compatibility stub that links to the
canonical Pro landing and includes a “Quick Links” section to Pro
resources (installation, OSS→Pro upgrade, React Server Components,
Streaming SSR, Node Renderer).
* Excluded the stub from the site sidebar so it serves as a
URL-compatibility redirect to the main Pro landing.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
justin808 added a commit that referenced this pull request Apr 23, 2026
…ging' into jg/3122-rolling-deploy-adapter

* origin/jg/3122-unify-renderer-cache-staging: (39 commits)
  fix(specs): boot dummy specs without readline and drop redundant pnpm workspace (#3190)
  docs: add RSC migration success stories page (#1985) (#3162)
  Fix Bencher reporting permanently broken on pushes to main (#3148)
  docs: add example migrations guide (#3126)
  docs: remove defunct guavapass.com reference (#3199)
  chore: remove redundant --rsc-pro install generator flag (#3105)
  ci: warn (don't fail) on Bencher main regression (#3168)
  test: enable RSpec --profile to surface slowest package tests (#3176)
  fix(node-renderer): expose performance in VM context when supportModules (#3158)
  docs: remove stale immediate_hydration references (#3139) (#3159)
  docs: restore absolute URL for node-renderer testing example (#3179)
  Bump Rspack dependencies to v2 (^2.0.0-0) (#3084)
  chore: remove obsolete webpack <5.106.0 pin (#3175)
  Move Node Renderer entry point to renderer/ directory (#3165)
  docs: address RSC pitfalls review follow-ups (#3155) (#3156)
  docs: remove fabricated DevConsole reference, link verified RSC tools (#2527) (#3163)
  Scaffold CI workflow and build scripts for first-run consistency (#3097)
  Add OPTIONAL triage tier and fix recommendations to /address-review (#3161)
  chore: sync Gemfile.lock with term-ansicolor 1.11.3 (#3164)
  Simplify the docs sidebar and Pro landing pages (#3119)
  ...
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