Skip to content

Commit

Permalink
docs(misc): add create a host module federation doc (#19629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Oct 16, 2023
1 parent 5ff1531 commit 6fbdc33
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,23 @@
],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/recipes/module-federation",
"id": "module-federation",
"isExternal": false,
"children": [
{
"name": "How to create a Module Federation Host Application",
"path": "/recipes/module-federation/create-a-host",
"id": "create-a-host",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "Enforce Module Boundaries",
"path": "/recipes/enforce-module-boundaries",
Expand Down Expand Up @@ -3260,6 +3277,31 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/recipes/module-federation",
"id": "module-federation",
"isExternal": false,
"children": [
{
"name": "How to create a Module Federation Host Application",
"path": "/recipes/module-federation/create-a-host",
"id": "create-a-host",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "How to create a Module Federation Host Application",
"path": "/recipes/module-federation/create-a-host",
"id": "create-a-host",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Enforce Module Boundaries",
"path": "/recipes/enforce-module-boundaries",
Expand Down
52 changes: 52 additions & 0 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2383,6 +2383,27 @@
"path": "/recipes/webpack",
"tags": []
},
{
"id": "module-federation",
"name": "Module Federation",
"description": "Advanced guides to utilize Module Federation with Nx.",
"file": "",
"itemList": [
{
"id": "create-a-host",
"name": "How to create a Module Federation Host Application",
"description": "A guide on how to create a Module Federation Host Application in your Nx workspace",
"file": "shared/recipes/module-federation/creating-a-host",
"itemList": [],
"isExternal": false,
"path": "/recipes/module-federation/create-a-host",
"tags": []
}
],
"isExternal": false,
"path": "/recipes/module-federation",
"tags": []
},
{
"id": "enforce-module-boundaries",
"name": "Enforce Module Boundaries",
Expand Down Expand Up @@ -4066,6 +4087,37 @@
"path": "/recipes/webpack/webpack-plugins",
"tags": []
},
"/recipes/module-federation": {
"id": "module-federation",
"name": "Module Federation",
"description": "Advanced guides to utilize Module Federation with Nx.",
"file": "",
"itemList": [
{
"id": "create-a-host",
"name": "How to create a Module Federation Host Application",
"description": "A guide on how to create a Module Federation Host Application in your Nx workspace",
"file": "shared/recipes/module-federation/creating-a-host",
"itemList": [],
"isExternal": false,
"path": "/recipes/module-federation/create-a-host",
"tags": []
}
],
"isExternal": false,
"path": "/recipes/module-federation",
"tags": []
},
"/recipes/module-federation/create-a-host": {
"id": "create-a-host",
"name": "How to create a Module Federation Host Application",
"description": "A guide on how to create a Module Federation Host Application in your Nx workspace",
"file": "shared/recipes/module-federation/creating-a-host",
"itemList": [],
"isExternal": false,
"path": "/recipes/module-federation/create-a-host",
"tags": []
},
"/recipes/enforce-module-boundaries": {
"id": "enforce-module-boundaries",
"name": "Enforce Module Boundaries",
Expand Down
13 changes: 13 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,19 @@
}
]
},
{
"name": "Module Federation",
"id": "module-federation",
"description": "Advanced guides to utilize Module Federation with Nx.",
"itemList": [
{
"id": "create-a-host",
"name": "How to create a Module Federation Host Application",
"description": "A guide on how to create a Module Federation Host Application in your Nx workspace",
"file": "shared/recipes/module-federation/creating-a-host"
}
]
},
{
"name": "Enforce Module Boundaries",
"id": "enforce-module-boundaries",
Expand Down
Loading

1 comment on commit 6fbdc33

@vercel
Copy link

@vercel vercel bot commented on 6fbdc33 Oct 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.