Skip to content

Commit a72ffcb

Browse files
authored
docs(angular): add angular rspack documentation (#30269)
## Current Behavior Docs for Angular Rspack currently live on angular-rspack.dev ## Expected Behavior Migrate docs for Angular Rspack to nx.dev
1 parent 2d69aa1 commit a72ffcb

File tree

18 files changed

+1741
-10
lines changed

18 files changed

+1741
-10
lines changed

docs/generated/manifests/menus.json

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,39 @@
15121512
"id": "angular",
15131513
"isExternal": false,
15141514
"children": [
1515+
{
1516+
"name": "Angular Rspack",
1517+
"path": "/recipes/angular/rspack",
1518+
"id": "rspack",
1519+
"isExternal": false,
1520+
"children": [
1521+
{
1522+
"name": "Introduction",
1523+
"path": "/recipes/angular/rspack/introduction",
1524+
"id": "introduction",
1525+
"isExternal": false,
1526+
"children": [],
1527+
"disableCollapsible": false
1528+
},
1529+
{
1530+
"name": "Migrate from Angular Webpack",
1531+
"path": "/recipes/angular/rspack/migrate-from-webpack",
1532+
"id": "migrate-from-webpack",
1533+
"isExternal": false,
1534+
"children": [],
1535+
"disableCollapsible": false
1536+
},
1537+
{
1538+
"name": "Handling Configurations",
1539+
"path": "/recipes/angular/rspack/handling-configurations",
1540+
"id": "handling-configurations",
1541+
"isExternal": false,
1542+
"children": [],
1543+
"disableCollapsible": false
1544+
}
1545+
],
1546+
"disableCollapsible": false
1547+
},
15151548
{
15161549
"name": "Migration",
15171550
"path": "/recipes/angular/migration",
@@ -2925,6 +2958,39 @@
29252958
"id": "angular",
29262959
"isExternal": false,
29272960
"children": [
2961+
{
2962+
"name": "Angular Rspack",
2963+
"path": "/recipes/angular/rspack",
2964+
"id": "rspack",
2965+
"isExternal": false,
2966+
"children": [
2967+
{
2968+
"name": "Introduction",
2969+
"path": "/recipes/angular/rspack/introduction",
2970+
"id": "introduction",
2971+
"isExternal": false,
2972+
"children": [],
2973+
"disableCollapsible": false
2974+
},
2975+
{
2976+
"name": "Migrate from Angular Webpack",
2977+
"path": "/recipes/angular/rspack/migrate-from-webpack",
2978+
"id": "migrate-from-webpack",
2979+
"isExternal": false,
2980+
"children": [],
2981+
"disableCollapsible": false
2982+
},
2983+
{
2984+
"name": "Handling Configurations",
2985+
"path": "/recipes/angular/rspack/handling-configurations",
2986+
"id": "handling-configurations",
2987+
"isExternal": false,
2988+
"children": [],
2989+
"disableCollapsible": false
2990+
}
2991+
],
2992+
"disableCollapsible": false
2993+
},
29282994
{
29292995
"name": "Migration",
29302996
"path": "/recipes/angular/migration",
@@ -2993,6 +3059,63 @@
29933059
],
29943060
"disableCollapsible": false
29953061
},
3062+
{
3063+
"name": "Angular Rspack",
3064+
"path": "/recipes/angular/rspack",
3065+
"id": "rspack",
3066+
"isExternal": false,
3067+
"children": [
3068+
{
3069+
"name": "Introduction",
3070+
"path": "/recipes/angular/rspack/introduction",
3071+
"id": "introduction",
3072+
"isExternal": false,
3073+
"children": [],
3074+
"disableCollapsible": false
3075+
},
3076+
{
3077+
"name": "Migrate from Angular Webpack",
3078+
"path": "/recipes/angular/rspack/migrate-from-webpack",
3079+
"id": "migrate-from-webpack",
3080+
"isExternal": false,
3081+
"children": [],
3082+
"disableCollapsible": false
3083+
},
3084+
{
3085+
"name": "Handling Configurations",
3086+
"path": "/recipes/angular/rspack/handling-configurations",
3087+
"id": "handling-configurations",
3088+
"isExternal": false,
3089+
"children": [],
3090+
"disableCollapsible": false
3091+
}
3092+
],
3093+
"disableCollapsible": false
3094+
},
3095+
{
3096+
"name": "Introduction",
3097+
"path": "/recipes/angular/rspack/introduction",
3098+
"id": "introduction",
3099+
"isExternal": false,
3100+
"children": [],
3101+
"disableCollapsible": false
3102+
},
3103+
{
3104+
"name": "Migrate from Angular Webpack",
3105+
"path": "/recipes/angular/rspack/migrate-from-webpack",
3106+
"id": "migrate-from-webpack",
3107+
"isExternal": false,
3108+
"children": [],
3109+
"disableCollapsible": false
3110+
},
3111+
{
3112+
"name": "Handling Configurations",
3113+
"path": "/recipes/angular/rspack/handling-configurations",
3114+
"id": "handling-configurations",
3115+
"isExternal": false,
3116+
"children": [],
3117+
"disableCollapsible": false
3118+
},
29963119
{
29973120
"name": "Migration",
29983121
"path": "/recipes/angular/migration",

docs/generated/manifests/nx.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,51 @@
20712071
"mediaImage": "",
20722072
"file": "",
20732073
"itemList": [
2074+
{
2075+
"id": "rspack",
2076+
"name": "Angular Rspack",
2077+
"description": "",
2078+
"mediaImage": "",
2079+
"file": "",
2080+
"itemList": [
2081+
{
2082+
"id": "introduction",
2083+
"name": "Introduction",
2084+
"description": "",
2085+
"mediaImage": "",
2086+
"file": "shared/guides/angular-rspack/introduction",
2087+
"itemList": [],
2088+
"isExternal": false,
2089+
"path": "/recipes/angular/rspack/introduction",
2090+
"tags": ["introduction"]
2091+
},
2092+
{
2093+
"id": "migrate-from-webpack",
2094+
"name": "Migrate from Angular Webpack",
2095+
"description": "",
2096+
"mediaImage": "",
2097+
"file": "shared/guides/angular-rspack/migrate-from-webpack",
2098+
"itemList": [],
2099+
"isExternal": false,
2100+
"path": "/recipes/angular/rspack/migrate-from-webpack",
2101+
"tags": ["migrate-from-webpack"]
2102+
},
2103+
{
2104+
"id": "handling-configurations",
2105+
"name": "Handling Configurations",
2106+
"description": "",
2107+
"mediaImage": "",
2108+
"file": "shared/guides/angular-rspack/handling-configurations",
2109+
"itemList": [],
2110+
"isExternal": false,
2111+
"path": "/recipes/angular/rspack/handling-configurations",
2112+
"tags": ["handling-configurations", "configurations"]
2113+
}
2114+
],
2115+
"isExternal": false,
2116+
"path": "/recipes/angular/rspack",
2117+
"tags": []
2118+
},
20742119
{
20752120
"id": "migration",
20762121
"name": "Migration",
@@ -4008,6 +4053,51 @@
40084053
"mediaImage": "",
40094054
"file": "",
40104055
"itemList": [
4056+
{
4057+
"id": "rspack",
4058+
"name": "Angular Rspack",
4059+
"description": "",
4060+
"mediaImage": "",
4061+
"file": "",
4062+
"itemList": [
4063+
{
4064+
"id": "introduction",
4065+
"name": "Introduction",
4066+
"description": "",
4067+
"mediaImage": "",
4068+
"file": "shared/guides/angular-rspack/introduction",
4069+
"itemList": [],
4070+
"isExternal": false,
4071+
"path": "/recipes/angular/rspack/introduction",
4072+
"tags": ["introduction"]
4073+
},
4074+
{
4075+
"id": "migrate-from-webpack",
4076+
"name": "Migrate from Angular Webpack",
4077+
"description": "",
4078+
"mediaImage": "",
4079+
"file": "shared/guides/angular-rspack/migrate-from-webpack",
4080+
"itemList": [],
4081+
"isExternal": false,
4082+
"path": "/recipes/angular/rspack/migrate-from-webpack",
4083+
"tags": ["migrate-from-webpack"]
4084+
},
4085+
{
4086+
"id": "handling-configurations",
4087+
"name": "Handling Configurations",
4088+
"description": "",
4089+
"mediaImage": "",
4090+
"file": "shared/guides/angular-rspack/handling-configurations",
4091+
"itemList": [],
4092+
"isExternal": false,
4093+
"path": "/recipes/angular/rspack/handling-configurations",
4094+
"tags": ["handling-configurations", "configurations"]
4095+
}
4096+
],
4097+
"isExternal": false,
4098+
"path": "/recipes/angular/rspack",
4099+
"tags": []
4100+
},
40114101
{
40124102
"id": "migration",
40134103
"name": "Migration",
@@ -4102,6 +4192,84 @@
41024192
"path": "/recipes/angular",
41034193
"tags": []
41044194
},
4195+
"/recipes/angular/rspack": {
4196+
"id": "rspack",
4197+
"name": "Angular Rspack",
4198+
"description": "",
4199+
"mediaImage": "",
4200+
"file": "",
4201+
"itemList": [
4202+
{
4203+
"id": "introduction",
4204+
"name": "Introduction",
4205+
"description": "",
4206+
"mediaImage": "",
4207+
"file": "shared/guides/angular-rspack/introduction",
4208+
"itemList": [],
4209+
"isExternal": false,
4210+
"path": "/recipes/angular/rspack/introduction",
4211+
"tags": ["introduction"]
4212+
},
4213+
{
4214+
"id": "migrate-from-webpack",
4215+
"name": "Migrate from Angular Webpack",
4216+
"description": "",
4217+
"mediaImage": "",
4218+
"file": "shared/guides/angular-rspack/migrate-from-webpack",
4219+
"itemList": [],
4220+
"isExternal": false,
4221+
"path": "/recipes/angular/rspack/migrate-from-webpack",
4222+
"tags": ["migrate-from-webpack"]
4223+
},
4224+
{
4225+
"id": "handling-configurations",
4226+
"name": "Handling Configurations",
4227+
"description": "",
4228+
"mediaImage": "",
4229+
"file": "shared/guides/angular-rspack/handling-configurations",
4230+
"itemList": [],
4231+
"isExternal": false,
4232+
"path": "/recipes/angular/rspack/handling-configurations",
4233+
"tags": ["handling-configurations", "configurations"]
4234+
}
4235+
],
4236+
"isExternal": false,
4237+
"path": "/recipes/angular/rspack",
4238+
"tags": []
4239+
},
4240+
"/recipes/angular/rspack/introduction": {
4241+
"id": "introduction",
4242+
"name": "Introduction",
4243+
"description": "",
4244+
"mediaImage": "",
4245+
"file": "shared/guides/angular-rspack/introduction",
4246+
"itemList": [],
4247+
"isExternal": false,
4248+
"path": "/recipes/angular/rspack/introduction",
4249+
"tags": ["introduction"]
4250+
},
4251+
"/recipes/angular/rspack/migrate-from-webpack": {
4252+
"id": "migrate-from-webpack",
4253+
"name": "Migrate from Angular Webpack",
4254+
"description": "",
4255+
"mediaImage": "",
4256+
"file": "shared/guides/angular-rspack/migrate-from-webpack",
4257+
"itemList": [],
4258+
"isExternal": false,
4259+
"path": "/recipes/angular/rspack/migrate-from-webpack",
4260+
"tags": ["migrate-from-webpack"]
4261+
},
4262+
"/recipes/angular/rspack/handling-configurations": {
4263+
"id": "handling-configurations",
4264+
"name": "Handling Configurations",
4265+
"description": "",
4266+
"mediaImage": "",
4267+
"file": "shared/guides/angular-rspack/handling-configurations",
4268+
"itemList": [],
4269+
"isExternal": false,
4270+
"path": "/recipes/angular/rspack/handling-configurations",
4271+
"tags": ["handling-configurations", "configurations"]
4272+
},
41054273
"/recipes/angular/migration": {
41064274
"id": "migration",
41074275
"name": "Migration",

docs/generated/manifests/tags.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,42 @@
10711071
"path": "/troubleshooting/performance-profiling"
10721072
}
10731073
],
1074+
"introduction": [
1075+
{
1076+
"description": "",
1077+
"file": "shared/guides/angular-rspack/introduction",
1078+
"id": "introduction",
1079+
"name": "Introduction",
1080+
"path": "/recipes/angular/rspack/introduction"
1081+
}
1082+
],
1083+
"migrate-from-webpack": [
1084+
{
1085+
"description": "",
1086+
"file": "shared/guides/angular-rspack/migrate-from-webpack",
1087+
"id": "migrate-from-webpack",
1088+
"name": "Migrate from Angular Webpack",
1089+
"path": "/recipes/angular/rspack/migrate-from-webpack"
1090+
}
1091+
],
1092+
"handling-configurations": [
1093+
{
1094+
"description": "",
1095+
"file": "shared/guides/angular-rspack/handling-configurations",
1096+
"id": "handling-configurations",
1097+
"name": "Handling Configurations",
1098+
"path": "/recipes/angular/rspack/handling-configurations"
1099+
}
1100+
],
1101+
"configurations": [
1102+
{
1103+
"description": "",
1104+
"file": "shared/guides/angular-rspack/handling-configurations",
1105+
"id": "handling-configurations",
1106+
"name": "Handling Configurations",
1107+
"path": "/recipes/angular/rspack/handling-configurations"
1108+
}
1109+
],
10741110
"deployment": [
10751111
{
10761112
"description": "",

0 commit comments

Comments
 (0)