Skip to content

chore(docs): remove legacy docs-ui codebase#4463

Merged
ScriptedAlchemy merged 2 commits intomainfrom
cursor/legacy-documentation-cleanup-af47
Feb 19, 2026
Merged

chore(docs): remove legacy docs-ui codebase#4463
ScriptedAlchemy merged 2 commits intomainfrom
cursor/legacy-documentation-cleanup-af47

Conversation

@ScriptedAlchemy
Copy link
Copy Markdown
Member

Description

Removes the deprecated Antora-based documentation site (apps/docs and apps/docs-ui) and associated stale files, scripts, and unused dependencies. This cleanup streamlines the repository by eliminating legacy code and ensures only the current Rspress-based documentation site (apps/website-new) is maintained.

Related Issue

N/A

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation.

Open in Cursor Open in Web

@cursor
Copy link
Copy Markdown

cursor bot commented Feb 19, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@netlify
Copy link
Copy Markdown

netlify bot commented Feb 19, 2026

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit fde1469
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/69967b35ad92eb0008650d65
😎 Deploy Preview https://deploy-preview-4463--module-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 19, 2026

⚠️ No Changeset found

Latest commit: fde1469

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 19, 2026

Open in StackBlitz

@module-federation/devtools

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/devtools@fde1469

@module-federation/cli

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/cli@fde1469

create-module-federation

pnpm add https://pkg.pr.new/module-federation/core/create-module-federation@fde1469

@module-federation/data-prefetch

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/data-prefetch@fde1469

@module-federation/dts-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/dts-plugin@fde1469

@module-federation/enhanced

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/enhanced@fde1469

@module-federation/error-codes

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/error-codes@fde1469

@module-federation/managers

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/managers@fde1469

@module-federation/manifest

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/manifest@fde1469

@module-federation/metro

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/metro@fde1469

@module-federation/metro-plugin-rnc-cli

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/metro-plugin-rnc-cli@fde1469

@module-federation/metro-plugin-rnef

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/metro-plugin-rnef@fde1469

@module-federation/modern-js-v3

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@fde1469

@module-federation/retry-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/retry-plugin@fde1469

@module-federation/rsbuild-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/rsbuild-plugin@fde1469

@module-federation/rspack

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/rspack@fde1469

@module-federation/rspress-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/rspress-plugin@fde1469

@module-federation/runtime

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/runtime@fde1469

@module-federation/runtime-core

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/runtime-core@fde1469

@module-federation/runtime-tools

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/runtime-tools@fde1469

@module-federation/sdk

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/sdk@fde1469

@module-federation/third-party-dts-extractor

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/third-party-dts-extractor@fde1469

@module-federation/treeshake-frontend

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/treeshake-frontend@fde1469

@module-federation/treeshake-server

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/treeshake-server@fde1469

@module-federation/webpack-bundler-runtime

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/webpack-bundler-runtime@fde1469

@module-federation/bridge-react

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/bridge-react@fde1469

@module-federation/bridge-react-webpack-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/bridge-react-webpack-plugin@fde1469

@module-federation/bridge-shared

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/bridge-shared@fde1469

@module-federation/bridge-vue3

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/bridge-vue3@fde1469

@module-federation/inject-external-runtime-core-plugin

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/inject-external-runtime-core-plugin@fde1469

commit: fde1469

@github-actions
Copy link
Copy Markdown
Contributor

Bundle Size Report

No bundle size changes detected.

Total dist: 6.89 MB (no change)
Total ESM gzip: 138.6 kB (no change)

@ScriptedAlchemy ScriptedAlchemy marked this pull request as ready for review February 19, 2026 02:48
@ScriptedAlchemy ScriptedAlchemy changed the title Legacy documentation cleanup fix(nextjs-mf): align tsdown cjs interop for plugin constructors Feb 19, 2026
@ScriptedAlchemy ScriptedAlchemy changed the title fix(nextjs-mf): align tsdown cjs interop for plugin constructors chore(docs): remove legacy docs-ui codebase Feb 19, 2026
@ScriptedAlchemy ScriptedAlchemy merged commit 6edeb57 into main Feb 19, 2026
27 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the cursor/legacy-documentation-cleanup-af47 branch February 19, 2026 04:22
@2heal1 2heal1 mentioned this pull request Mar 5, 2026
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.

2 participants