From fac7fc4bcb9a2af3db43b79e74a9340cd88f78dc Mon Sep 17 00:00:00 2001 From: Retype GitHub Action Date: Mon, 16 Dec 2024 04:37:38 +0000 Subject: [PATCH] Refreshes Retype-generated documentation. Process triggered by patricklafrance. --- 404.html | 8 +- about/index.html | 8 +- getting-started/create-host/index.html | 44 +- .../create-local-module/index.html | 100 +- .../create-remote-module/index.html | 10 +- getting-started/deploy/index.html | 10 +- getting-started/index.html | 8 +- getting-started/learn-the-api/index.html | 10 +- guides/add-a-public-route/index.html | 10 +- guides/add-a-shared-dependency/index.html | 10 +- guides/add-authentication/index.html | 10 +- .../develop-a-module-in-isolation/index.html | 23 +- guides/fetch-global-data/index.html | 10 +- guides/fetch-page-data/index.html | 10 +- guides/implement-a-custom-logger/index.html | 10 +- guides/index.html | 8 +- guides/isolate-module-failures/index.html | 10 +- guides/manage-shared-state/index.html | 8 +- guides/override-a-react-context/index.html | 10 +- guides/override-the-host-layout/index.html | 10 +- guides/setup-honeycomb/index.html | 16 +- guides/setup-i18next/index.html | 10 +- guides/setup-msw/index.html | 10 +- guides/use-environment-variables/index.html | 19 +- guides/use-feature-flags/index.html | 10 +- guides/use-modular-tabs/index.html | 10 +- index.html | 8 +- .../environmentvariablesplugin/index.html | 10 +- .../getenvironmentvariablesplugin/index.html | 10 +- .../useenvironmentvariable/index.html | 10 +- .../useenvironmentvariables/index.html | 10 +- .../localstoragesessionmanager/index.html | 10 +- .../readonlysessionlocalstorage/index.html | 10 +- .../index.html | 10 +- .../setglobalspanattributes/index.html | 10 +- reference/i18next/geti18nextplugin/index.html | 10 +- .../i18nextnavigationitemlabel/index.html | 10 +- reference/i18next/i18nextplugin/index.html | 10 +- .../i18next/usechangelanguage/index.html | 10 +- .../i18next/usecurrentlanguage/index.html | 10 +- .../i18next/usei18nextinstance/index.html | 10 +- reference/index.html | 32 +- reference/logging/consolelogger/index.html | 10 +- reference/logging/logger/index.html | 10 +- reference/messaging/eventbus/index.html | 10 +- .../useeventbusdispatcher/index.html | 10 +- .../messaging/useeventbuslistener/index.html | 10 +- reference/msw/setmswasready/index.html | 10 +- reference/packages/index.html | 18 +- reference/plugins/plugin/index.html | 10 +- reference/registration/bootstrap/index.html | 10 +- .../mergedeferredregistrations/index.html | 10 +- .../registerlocalmodules/index.html | 10 +- .../registerremotemodules/index.html | 10 +- .../usedeferredregistrations/index.html | 10 +- reference/routing/approuter/index.html | 10 +- reference/routing/isnavigationlink/index.html | 10 +- reference/routing/protectedroutes/index.html | 10 +- reference/routing/publicroutes/index.html | 10 +- .../routing/resolveroutesegments/index.html | 10 +- .../routing/useisbootstrapping/index.html | 10 +- .../routing/useisrouteprotected/index.html | 10 +- .../userenderednavigationitems/index.html | 10 +- reference/routing/useroutematch/index.html | 10 +- .../rsbuild/definebuildhostconfig/index.html | 730 ++++++++++ .../definebuildremotemoduleconfig/index.html | 696 ++++++++++ .../rsbuild/definedevhostconfig/index.html | 739 ++++++++++ .../definedevremotemoduleconfig/index.html | 697 ++++++++++ reference/runtime/runtime-class/index.html | 10 +- reference/runtime/runtimecontext/index.html | 10 +- reference/runtime/uselogger/index.html | 10 +- reference/runtime/useloggers/index.html | 10 +- .../runtime/usenavigationitems/index.html | 10 +- reference/runtime/useplugin/index.html | 10 +- reference/runtime/useroutes/index.html | 10 +- reference/runtime/useruntime/index.html | 10 +- reference/runtime/useruntimemode/index.html | 10 +- .../isglobaldataquerieserror/index.html | 10 +- .../useprotecteddataqueries/index.html | 10 +- .../usepublicdataqueries/index.html | 12 +- .../webpack/definebuildhostconfig/index.html | 28 +- .../definebuildremotemoduleconfig/index.html | 38 +- .../webpack/definedevhostconfig/index.html | 27 +- .../definedevremotemoduleconfig/index.html | 34 +- resources/js/config.js | 2 +- resources/js/search.json | 2 +- samples/index.html | 8 +- sitemap.xml.gz | Bin 1273 -> 1323 bytes troubleshooting/index.html | 10 +- upgrading/index.html | 12 +- upgrading/migrate-to-firefly-v9.0/index.html | 10 +- upgrading/migrate-to-firefly-v9.3/index.html | 14 +- upgrading/migrate-to-jit-packages/index.html | 684 ++++++++++ upgrading/migrate-to-rsbuild/index.html | 1184 +++++++++++++++++ 94 files changed, 5270 insertions(+), 577 deletions(-) create mode 100644 reference/rsbuild/definebuildhostconfig/index.html create mode 100644 reference/rsbuild/definebuildremotemoduleconfig/index.html create mode 100644 reference/rsbuild/definedevhostconfig/index.html create mode 100644 reference/rsbuild/definedevremotemoduleconfig/index.html create mode 100644 upgrading/migrate-to-jit-packages/index.html create mode 100644 upgrading/migrate-to-rsbuild/index.html diff --git a/404.html b/404.html index 409945a0..a613d828 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ - + @@ -29,11 +29,11 @@ - + - + - + diff --git a/about/index.html b/about/index.html index 3d8e1258..92cea777 100644 --- a/about/index.html +++ b/about/index.html @@ -4,7 +4,7 @@ - + @@ -32,11 +32,11 @@ - + - + - + diff --git a/getting-started/create-host/index.html b/getting-started/create-host/index.html index 5ca40dc6..943b5e7d 100644 --- a/getting-started/create-host/index.html +++ b/getting-started/create-host/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + @@ -771,6 +771,23 @@

If you are having issues with the wepack configuration that are not related to module federation, refer to the @workleap/webpack-configs documentation.

+
+
+ +

# @@ -808,6 +825,23 @@

If you are having issues with the wepack configuration that are not related to module federation, refer to the @workleap/webpack-configs documentation.

+
+
+ +

# diff --git a/getting-started/create-local-module/index.html b/getting-started/create-local-module/index.html index 30d928de..34a0ab55 100644 --- a/getting-started/create-local-module/index.html +++ b/getting-started/create-local-module/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + @@ -340,21 +340,21 @@

-
pnpm add -D @workleap/tsup-configs tsup typescript @types/react @types/react-dom
+
pnpm add -D typescript @types/react @types/react-dom
 pnpm add @squide/firefly react react-dom react-router-dom @tanstack/react-query
-
yarn add -D @workleap/tsup-configs tsup typescript @types/react @types/react-dom
+
yarn add -D typescript @types/react @types/react-dom
 yarn add @squide/firefly react @squide/firefly react-dom react-router-dom @tanstack/react-query
-
npm add -D @workleap/tsup-configs tsup typescript @types/react @types/react-dom
+
npm add -D typescript @types/react @types/react-dom
 npm install @squide/firefly react react-dom react-router-dom @tanstack/react-query
@@ -387,8 +387,6 @@

├── src ├──── register.tsx ├──── Page.tsx -├── tsup.dev.ts -├── tsup.build.ts ├── package.json

Then, ensure that you are developing your module using ESM syntax by specifying type: module in your package.json file:

@@ -404,15 +402,12 @@

{
     "name": "@getting-started/local-module",
     "version": "0.0.1",
-    "exports": {
-        ".": {
-            "types": "./dist/register.d.ts",
-            "import": "./dist/register.js",
-            "default": "./dist/register.js"
-        }
-    }
+    "exports": "./src/register.tsx"
 }
+
+

For more information about the exports field, refer to this resource on Just-In-Time Packages.

+

# @@ -512,82 +507,13 @@

</RuntimeContext.Provider> ); - -

- # - Configure tsup -

-
-
-
- -
- -

- # - Development configuration -

-
-

To configure tsup for a development environment, open the tsup.dev.ts file and copy/paste the following code:

-
-
local-module/tsup.dev.ts
-
import { defineDevConfig } from "@workleap/tsup-configs";
-
-export default defineDevConfig();
-
- -

- # - Build configuration -

-
-

To configure tsup for a build environment, open the tsup.build.ts file and copy/paste the following code:

-
-
local-module/tsup.build.ts
-
import { defineBuildConfig } from "@workleap/tsup-configs";
-
-export default defineBuildConfig();
-
- -

- # - Add CLI scripts -

-
-

To initiate the development server, add the following script to the application package.json file:

-
-
local-module/package.json
-
{
-    "dev": "tsup --config ./tsup.dev.ts"
-}
-
-

To build the module, add the following script to the application package.json file:

-
-
local-module/package.json
-
{
-    "build": "tsup --config ./tsup.build.ts"
-}
-

# Try it 🚀

-

Start the host, remote-module and local-module applications in development mode using the dev script. You should notice an additional link labelled Local/Page in the navigation menu. Click on the link to navigate to the page of your new local module!

+

Start the host and remote-module applications in development mode using the dev script. You should notice an additional link labelled Local/Page in the navigation menu. Click on the link to navigate to the page of your new local module!

# diff --git a/getting-started/create-remote-module/index.html b/getting-started/create-remote-module/index.html index 0bdd8b55..5120bc8c 100644 --- a/getting-started/create-remote-module/index.html +++ b/getting-started/create-remote-module/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/getting-started/deploy/index.html b/getting-started/deploy/index.html index 3850bf37..09ca3259 100644 --- a/getting-started/deploy/index.html +++ b/getting-started/deploy/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/getting-started/index.html b/getting-started/index.html index c4473e7d..858a05dc 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -4,7 +4,7 @@ - + @@ -32,11 +32,11 @@ - + - + - + diff --git a/getting-started/learn-the-api/index.html b/getting-started/learn-the-api/index.html index e373bf19..20355c4a 100644 --- a/getting-started/learn-the-api/index.html +++ b/getting-started/learn-the-api/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/add-a-public-route/index.html b/guides/add-a-public-route/index.html index 8530569c..abcdc7bf 100644 --- a/guides/add-a-public-route/index.html +++ b/guides/add-a-public-route/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/add-a-shared-dependency/index.html b/guides/add-a-shared-dependency/index.html index 91e8e234..83bec572 100644 --- a/guides/add-a-shared-dependency/index.html +++ b/guides/add-a-shared-dependency/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/add-authentication/index.html b/guides/add-authentication/index.html index 025a145a..5693bf8d 100644 --- a/guides/add-authentication/index.html +++ b/guides/add-authentication/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/develop-a-module-in-isolation/index.html b/guides/develop-a-module-in-isolation/index.html index c93d478d..fa62e7fa 100644 --- a/guides/develop-a-module-in-isolation/index.html +++ b/guides/develop-a-module-in-isolation/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + @@ -319,8 +319,6 @@

├─────────── register.tsx ├─────────── index.ts ├───────── package.json -├───────── tsup.dev.ts -├───────── tsup.build.ts ├── modules ├───────── local-module ├───────── remote-module @@ -355,17 +353,10 @@

"name": "@sample/shell", "version": "0.0.1", "type": "module", - "exports": { - ".": { - "import": "./dist/index.js", - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - } - } + "exports": "./src/index.ts" } -

Then, install the package dependencies and configure the new package with tsup.

-

Then, create an AppRouter component in the shell package to provide a reusable router configuration that can be shared between the host application and the isolated modules. This new AppRouter component should wrap the @squide/firefly AppRouter component:

+

Then, install the package dependencies and create an AppRouter component in the shell package to provide a reusable router configuration that can be shared between the host application and the isolated modules. This new AppRouter component should wrap the @squide/firefly AppRouter component:

shell/src/AppRouter.tsx
import { AppRouter as FireflyAppRouter } from "@squide/firefly";
diff --git a/guides/fetch-global-data/index.html b/guides/fetch-global-data/index.html
index aa4c1e9e..3e1eeba6 100644
--- a/guides/fetch-global-data/index.html
+++ b/guides/fetch-global-data/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/fetch-page-data/index.html b/guides/fetch-page-data/index.html
index bba41fe1..48f43d7d 100644
--- a/guides/fetch-page-data/index.html
+++ b/guides/fetch-page-data/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/implement-a-custom-logger/index.html b/guides/implement-a-custom-logger/index.html
index 28a8e3ee..8a60da50 100644
--- a/guides/implement-a-custom-logger/index.html
+++ b/guides/implement-a-custom-logger/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/index.html b/guides/index.html
index 4e892e49..9faef496 100644
--- a/guides/index.html
+++ b/guides/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,11 +32,11 @@
     
 
     
-    
+    
 
-    
+    
     
-    
+    
 
     
 
diff --git a/guides/isolate-module-failures/index.html b/guides/isolate-module-failures/index.html
index da0fbf55..af06729a 100644
--- a/guides/isolate-module-failures/index.html
+++ b/guides/isolate-module-failures/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/manage-shared-state/index.html b/guides/manage-shared-state/index.html
index 25917bb8..f3a21f99 100644
--- a/guides/manage-shared-state/index.html
+++ b/guides/manage-shared-state/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,11 +32,11 @@
     
 
     
-    
+    
 
-    
+    
     
-    
+    
 
     
 
diff --git a/guides/override-a-react-context/index.html b/guides/override-a-react-context/index.html
index 182c501a..6645710d 100644
--- a/guides/override-a-react-context/index.html
+++ b/guides/override-a-react-context/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/override-the-host-layout/index.html b/guides/override-the-host-layout/index.html
index 10a6d4aa..eb616c72 100644
--- a/guides/override-the-host-layout/index.html
+++ b/guides/override-the-host-layout/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -32,12 +32,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
diff --git a/guides/setup-honeycomb/index.html b/guides/setup-honeycomb/index.html
index 0c85c51f..5615305d 100644
--- a/guides/setup-honeycomb/index.html
+++ b/guides/setup-honeycomb/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
+    
 
     
     
@@ -34,12 +34,12 @@
     
 
     
-    
+    
 
-    
+    
     
-    
-    
+    
+    
 
     
 
@@ -336,19 +336,19 @@ 

-
pnpm add @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web
+
pnpm add @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web @opentelemetry/instrumentation-fetch @opentelemetry/sdk-trace-web
-
yarn add @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web
+
yarn add @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web @opentelemetry/instrumentation-fetch @opentelemetry/sdk-trace-web
-
npm install @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web
+
npm install @squide/firefly-honeycomb @honeycombio/opentelemetry-web @opentelemetry/api @opentelemetry/auto-instrumentations-web @opentelemetry/instrumentation-fetch @opentelemetry/sdk-trace-web
diff --git a/guides/setup-i18next/index.html b/guides/setup-i18next/index.html index dd9e9ba6..bec2b83e 100644 --- a/guides/setup-i18next/index.html +++ b/guides/setup-i18next/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/setup-msw/index.html b/guides/setup-msw/index.html index 9955e8c4..daca131b 100644 --- a/guides/setup-msw/index.html +++ b/guides/setup-msw/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/use-environment-variables/index.html b/guides/use-environment-variables/index.html index 0b102bdc..8af3bb57 100644 --- a/guides/use-environment-variables/index.html +++ b/guides/use-environment-variables/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + @@ -483,6 +483,15 @@

"exclude": ["dist", "node_modules"] }

+

If the project contains Typescript files at its root that need to be linted (such as tooling configuration files), consider including all project files instead of specific directories:

+
+
host/tsconfig.json
+
{
+    "extends": "@workleap/typescript-configs/web-application.json",
+    "include": ["."],
+    "exclude": ["dist", "node_modules"]
+}
+

# diff --git a/guides/use-feature-flags/index.html b/guides/use-feature-flags/index.html index fc41e072..68360da1 100644 --- a/guides/use-feature-flags/index.html +++ b/guides/use-feature-flags/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/guides/use-modular-tabs/index.html b/guides/use-modular-tabs/index.html index 9da0cbc8..59b985d9 100644 --- a/guides/use-modular-tabs/index.html +++ b/guides/use-modular-tabs/index.html @@ -4,7 +4,7 @@ - + @@ -34,12 +34,12 @@ - + - + - - + + diff --git a/index.html b/index.html index f15f2d9e..8420e343 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + @@ -30,11 +30,11 @@ - + - + - + diff --git a/reference/env-vars/environmentvariablesplugin/index.html b/reference/env-vars/environmentvariablesplugin/index.html index 0be976d2..65843dba 100644 --- a/reference/env-vars/environmentvariablesplugin/index.html +++ b/reference/env-vars/environmentvariablesplugin/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/env-vars/getenvironmentvariablesplugin/index.html b/reference/env-vars/getenvironmentvariablesplugin/index.html index 451886e3..6eb81e20 100644 --- a/reference/env-vars/getenvironmentvariablesplugin/index.html +++ b/reference/env-vars/getenvironmentvariablesplugin/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/env-vars/useenvironmentvariable/index.html b/reference/env-vars/useenvironmentvariable/index.html index 64e15f17..723ead0b 100644 --- a/reference/env-vars/useenvironmentvariable/index.html +++ b/reference/env-vars/useenvironmentvariable/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/env-vars/useenvironmentvariables/index.html b/reference/env-vars/useenvironmentvariables/index.html index e70bee75..a2623d9a 100644 --- a/reference/env-vars/useenvironmentvariables/index.html +++ b/reference/env-vars/useenvironmentvariables/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/fakes/localstoragesessionmanager/index.html b/reference/fakes/localstoragesessionmanager/index.html index 3f6f2c97..095dee03 100644 --- a/reference/fakes/localstoragesessionmanager/index.html +++ b/reference/fakes/localstoragesessionmanager/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/fakes/readonlysessionlocalstorage/index.html b/reference/fakes/readonlysessionlocalstorage/index.html index 0db377db..d0f9e7cb 100644 --- a/reference/fakes/readonlysessionlocalstorage/index.html +++ b/reference/fakes/readonlysessionlocalstorage/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/honeycomb/registerhoneycombinstrumentation/index.html b/reference/honeycomb/registerhoneycombinstrumentation/index.html index c6e6998f..c1fa5d00 100644 --- a/reference/honeycomb/registerhoneycombinstrumentation/index.html +++ b/reference/honeycomb/registerhoneycombinstrumentation/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/honeycomb/setglobalspanattributes/index.html b/reference/honeycomb/setglobalspanattributes/index.html index 7379e8c2..031b1811 100644 --- a/reference/honeycomb/setglobalspanattributes/index.html +++ b/reference/honeycomb/setglobalspanattributes/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/geti18nextplugin/index.html b/reference/i18next/geti18nextplugin/index.html index 9689c75e..79f4c0a6 100644 --- a/reference/i18next/geti18nextplugin/index.html +++ b/reference/i18next/geti18nextplugin/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/i18nextnavigationitemlabel/index.html b/reference/i18next/i18nextnavigationitemlabel/index.html index cf4c52d9..261afbe6 100644 --- a/reference/i18next/i18nextnavigationitemlabel/index.html +++ b/reference/i18next/i18nextnavigationitemlabel/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/i18nextplugin/index.html b/reference/i18next/i18nextplugin/index.html index c9134ee5..62f5f5df 100644 --- a/reference/i18next/i18nextplugin/index.html +++ b/reference/i18next/i18nextplugin/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/usechangelanguage/index.html b/reference/i18next/usechangelanguage/index.html index b3f39a32..b7231bfa 100644 --- a/reference/i18next/usechangelanguage/index.html +++ b/reference/i18next/usechangelanguage/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/usecurrentlanguage/index.html b/reference/i18next/usecurrentlanguage/index.html index 4f32fdf8..eb46458d 100644 --- a/reference/i18next/usecurrentlanguage/index.html +++ b/reference/i18next/usecurrentlanguage/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/i18next/usei18nextinstance/index.html b/reference/i18next/usei18nextinstance/index.html index 6b2760d4..3d588137 100644 --- a/reference/i18next/usei18nextinstance/index.html +++ b/reference/i18next/usei18nextinstance/index.html @@ -4,7 +4,7 @@ - + @@ -32,12 +32,12 @@ - + - + - - + + diff --git a/reference/index.html b/reference/index.html index b5abf0fa..759ccd42 100644 --- a/reference/index.html +++ b/reference/index.html @@ -4,7 +4,7 @@ - + @@ -32,11 +32,11 @@ - + - + - + @@ -393,6 +393,26 @@

  • defineBuildHostConfig
  • defineBuildRemoteModuleConfig
  • + +

    + # + Rsbuild +

    +
    +

    # @@ -477,11 +497,11 @@