Skip to content

Commit bb94b90

Browse files
chore: update meta titles and structure for documentation files
1 parent 58fce2e commit bb94b90

39 files changed

+213
-47
lines changed

apps/website-new/docs/en/guide/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
{
88
"type": "dir",
99
"name": "basic",
10-
"label": "basic"
10+
"label": "Basic"
1111
},
1212
{
1313
"type": "dir",
1414
"name": "framework",
1515
"label": "Frameworks"
1616
},
1717
{
18-
"type":"dir",
19-
"name":"troubleshooting",
20-
"label":"Troubleshooting"
18+
"type": "dir",
19+
"name": "troubleshooting",
20+
"label": "Troubleshooting"
2121
}
2222
]
Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1-
["runtime", "rsbuild", "rspack", "webpack", "vite", "chrome-devtool", "type-prompt","cli"]
1+
[
2+
{
3+
"type": "file",
4+
"name": "runtime",
5+
"label": "Runtime"
6+
},
7+
{
8+
"type": "file",
9+
"name": "rsbuild",
10+
"label": "Rsbuild Plugin"
11+
},
12+
{
13+
"type": "file",
14+
"name": "rspack",
15+
"label": "Rspack Plugin"
16+
},
17+
{
18+
"type": "file",
19+
"name": "webpack",
20+
"label": "Webpack Plugin"
21+
},
22+
{
23+
"type": "file",
24+
"name": "vite",
25+
"label": "Vite Plugin"
26+
},
27+
{
28+
"type": "file",
29+
"name": "chrome-devtool",
30+
"label": "Chrome DevTools"
31+
},
32+
{
33+
"type": "file",
34+
"name": "type-prompt",
35+
"label": "Type Prompt"
36+
},
37+
{
38+
"type": "file",
39+
"name": "cli",
40+
"label": "CLI"
41+
}
42+
]

apps/website-new/docs/en/guide/basic/chrome-devtool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Chrome DevTools | Debugging and Development Tools
2+
title: Chrome DevTools
33
description: Learn how to use Chrome DevTools with Module Federation for debugging, inspecting dependencies, and monitoring module loading.
44
---
55

apps/website-new/docs/en/guide/basic/cli.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: Module Federation CLI | Command Line Interface Guide
2+
title: CLI
33
description: Comprehensive guide to using the Module Federation CLI for project creation, management, and development workflows.
44
---
55

6+
# CLI
7+
68
`@module-federation/enhanced` and `@module-federation/modern-js` provides a lightweight CLI.
79

810
## All commands

apps/website-new/docs/en/guide/basic/rsbuild.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Rsbuild Plugin | Build Tool Integration
2+
title: Rsbuild Plugin
33
description: Learn how to integrate Module Federation with Rsbuild, including configuration options and best practices for micro-frontend development.
44
---
55

apps/website-new/docs/en/guide/basic/rspack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Rspack Plugin | High-Performance Build Integration
2+
title: Rspack Plugin
33
description: Guide to using Module Federation with Rspack, leveraging its high-performance build capabilities for micro-frontend applications.
44
---
55

apps/website-new/docs/en/guide/basic/runtime.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Runtime | Core Runtime System
2+
title: Runtime
33
description: Comprehensive guide to the Module Federation runtime system, including module loading, sharing, and runtime plugin capabilities.
44
---
55

apps/website-new/docs/en/guide/basic/type-prompt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Remote Type Hints | TypeScript Integration Guide
2+
title: Remote Type Hints
33
description: Learn how to use Module Federation's type hinting system for improved TypeScript support and development experience.
44
---
55

apps/website-new/docs/en/guide/basic/vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Vite Plugin | Fast Development Integration
2+
title: Vite Plugin
33
description: Guide to integrating Module Federation with Vite for fast development and optimized builds in micro-frontend applications.
44
---
55

apps/website-new/docs/en/guide/basic/webpack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Webpack Plugin | Build System Integration
2+
title: Webpack Plugin
33
description: Configuring and using the Module Federation plugin within Webpack build environments.
44
---
55

apps/website-new/docs/en/guide/framework/modernjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Modern.js Plugin | Framework Integration Guide
2+
title: Modern.js Plugin
33
description: Learn how to integrate Module Federation with Modern.js for building scalable micro-frontend applications.
44
---
55

apps/website-new/docs/en/guide/framework/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Next.js Plugin | SSR Framework Integration
2+
title: Next.js Plugin
33
description: Comprehensive guide to using Module Federation with Next.js, including Server-Side Rendering and static site generation support.
44
---
55

apps/website-new/docs/en/guide/start/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Features | Comprehensive Feature Guide
2+
title: Features
33
description: Explore the advanced capabilities of Module Federation 2.0, including runtime plugins, manifest support, dynamic type hints, and framework integrations.
44
---
55

apps/website-new/docs/en/guide/start/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Glossary | Terminology Reference Guide
2+
title: Glossary
33
description: Comprehensive glossary of Module Federation terms and concepts, including producers, consumers, micro-frontends, and bundler definitions.
44
---
55

apps/website-new/docs/en/guide/start/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation 2.0 | Introduction to Micro-Frontend Architecture
2+
title: Introduction
33
description: Learn about Module Federation 2.0, a powerful architecture pattern for building micro-frontends with enhanced features like runtime plugins, manifest support, and dynamic type hints.
44
---
55

apps/website-new/docs/en/guide/start/npm-packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation NPM Packages | Complete Package Ecosystem
2+
title: NPM Packages
33
description: Comprehensive guide to all Module Federation NPM packages, including enhanced core, runtime, Rspack plugin, Next.js integration, and utility packages.
44
---
55

apps/website-new/docs/en/guide/start/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Quick Start | Getting Started Guide
2+
title: Quick Start Guide
33
description: Step-by-step guide to setting up your first Module Federation project, including creating providers and consumers with modern build tools.
44
---
55

apps/website-new/docs/en/guide/start/setting-up-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Module Federation Environment Setup | Prerequisites Guide
2+
title: Environment Setup
33
description: Complete guide to setting up your development environment for Module Federation, including Node.js requirements and essential web development prerequisites.
44
---
55

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
[
2-
"overview",
2+
{
3+
"type": "file",
4+
"name": "overview",
5+
"label": "Overview"
6+
},
37
{
48
"type": "dir",
59
"name": "runtime",
610
"label": "Runtime",
7-
"collapsed":true
11+
"collapsed": true
812
},
913
{
1014
"type": "dir",
1115
"name": "build",
1216
"label": "Build",
13-
"collapsed":true
17+
"collapsed": true
1418
},
1519
{
1620
"type": "dir",
1721
"name": "type",
1822
"label": "Type",
19-
"collapsed":true
23+
"collapsed": true
2024
},
21-
"other"
25+
{
26+
"type": "file",
27+
"name": "other",
28+
"label": "Other"
29+
}
2230
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "file",
4+
"name": "BUILD-001",
5+
"label": "BUILD-001"
6+
}
7+
]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "file",
4+
"name": "RUNTIME-001",
5+
"label": "RUNTIME-001"
6+
},
7+
{
8+
"type": "file",
9+
"name": "RUNTIME-002",
10+
"label": "RUNTIME-002"
11+
},
12+
{
13+
"type": "file",
14+
"name": "RUNTIME-003",
15+
"label": "RUNTIME-003"
16+
},
17+
{
18+
"type": "file",
19+
"name": "RUNTIME-004",
20+
"label": "RUNTIME-004"
21+
},
22+
{
23+
"type": "file",
24+
"name": "RUNTIME-005",
25+
"label": "RUNTIME-005"
26+
},
27+
{
28+
"type": "file",
29+
"name": "RUNTIME-006",
30+
"label": "RUNTIME-006"
31+
},
32+
{
33+
"type": "file",
34+
"name": "RUNTIME-007",
35+
"label": "RUNTIME-007"
36+
},
37+
{
38+
"type": "file",
39+
"name": "RUNTIME-008",
40+
"label": "RUNTIME-008"
41+
}
42+
]

apps/website-new/docs/en/guide/troubleshooting/type/_meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
["index"]
1+
[
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "Plugin System"
6+
}
7+
]
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
["index", "retry-plugin"]
1+
[
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "Node Plugin"
6+
},
7+
{
8+
"type": "file",
9+
"name": "retry-plugin",
10+
"label": "Resource Retry Plugin"
11+
}
12+
]

apps/website-new/docs/en/practice/bridge/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Framework Bridge Overview | Module Federation Practice
2+
title: Bridge Overview
33
description: Introduction to the Module Federation Bridge utility for loading application-level modules across different frameworks (React, Vue) and managing inter-app routing.
44
---
55

apps/website-new/docs/en/practice/bridge/react-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: React Bridge | Module Federation Practice
2+
title: React Bridge
33
description: Guide to using @module-federation/bridge-react for exporting and consuming React application-level modules within a Module Federation architecture.
44
---
55

apps/website-new/docs/en/practice/bridge/vue-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Vue Bridge (Vue 3) | Module Federation Practice
2+
title: Vue Bridge (Vue 3)
33
description: Guide to using @module-federation/bridge-vue3 for exporting and consuming Vue 3 application-level modules within a Module Federation architecture.
44
---
55

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
["index","dynamic-remote"]
1+
[
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "Quick Start"
6+
},
7+
{
8+
"type": "file",
9+
"name": "dynamic-remote",
10+
"label": "Dynamic load provider"
11+
}
12+
]
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
["index", "importing-components","importing-pages","express","presets"]
1+
[
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "Next.js Integration"
6+
},
7+
{
8+
"type": "file",
9+
"name": "importing-components",
10+
"label": "Component Importing"
11+
},
12+
{
13+
"type": "file",
14+
"name": "importing-pages",
15+
"label": "Page Importing"
16+
},
17+
{
18+
"type": "file",
19+
"name": "express",
20+
"label": "Express Integration"
21+
},
22+
{
23+
"type": "file",
24+
"name": "presets",
25+
"label": "Preset Configuration"
26+
}
27+
]

apps/website-new/docs/en/practice/frameworks/next/dynamic-remotes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dynamic Remotes | Next.js Federation
2+
title: Dynamic Remotes
33
description: Guide to implementing dynamic remote loading in Next.js Module Federation, including runtime initialization and custom remote configuration.
44
---
55

apps/website-new/docs/en/practice/frameworks/next/express.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Express Integration | Next.js Federation
2+
title: Express Integration
33
description: Guide to using Express.js with Next.js Module Federation, including hot module reloading setup and route cache management.
44
---
55

apps/website-new/docs/en/practice/frameworks/next/importing-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Component Importing | Next.js Federation
2+
title: Component Importing
33
description: Learn different methods for importing federated components in Next.js, including lazy loading, eager imports, and client-side only components.
44
---
55

apps/website-new/docs/en/practice/frameworks/next/importing-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Page Importing | Next.js Federation
2+
title: Page Importing
33
description: Guide to importing and routing federated pages in Next.js, including handling data fetching methods and page lifecycle management.
44
---
55

apps/website-new/docs/en/practice/frameworks/next/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Next.js Integration | Module Federation Practice
2+
title: Next.js Integration
33
description: Guide to integrating Module Federation with Next.js, including SSR setup, environment configuration, and project initialization for Pages Router.
44
---
55

0 commit comments

Comments
 (0)