Skip to content

Commit ffd31d4

Browse files
committed
Re-add missing rebuild/restart h2s in migration guides
1 parent 231e6f9 commit ffd31d4

8 files changed

+42
-2
lines changed

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.0.0-to-4.0.6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,10 @@ APP_KEYS=someSecret,anotherSecret,additionalSecrets
110110
</details>
111111
:::
112112

113+
## Rebuild the application
114+
113115
<BuildCommand components={props.components} />
116+
117+
## Restart the application
118+
114119
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.0.6-to-4.1.8.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,10 @@ The [Hosting Provider Guides](/dev-docs/deployment/hosting-guides) are being upd
102102

103103
:::
104104

105+
## Rebuild the application
106+
105107
<BuildCommand components={props.components} />
106-
<DevelopCommand components={props.components} />
108+
109+
## Restart the application
110+
111+
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.1.8-to-4.1.10.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,10 @@ async function down() {}
100100
module.exports = { up, down };
101101
```
102102

103+
## Rebuild the application
104+
103105
<BuildCommand components={props.components} />
106+
107+
## Restart the application
108+
104109
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.2.x-to-4.3.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,10 @@ To change the script:
6161
filename: path.join(__dirname, '..', '..', env('DATABASE_FILENAME', '.tmp/data.db')),
6262
```
6363

64+
## Rebuild the application
65+
6466
<BuildCommand components={props.components} />
67+
68+
## Restart the application
69+
6570
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.3.6-to-4.3.8.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Stop the server before starting the upgrade.
6565

6666
4. <InstallCommand components={props.components} />
6767

68+
## Rebuild the application
69+
6870
<BuildCommand components={props.components} />
71+
72+
## Restart the application
73+
6974
<DevelopCommand components={props.components} />
7075

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.4.3-to-4.4.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@ Stop the server before starting the upgrade.
4747
4. Run the install command:
4848
<InstallCommand components={props.components} />
4949

50+
## Rebuild the application
51+
5052
<BuildCommand components={props.components} />
53+
54+
## Restart the application
55+
5156
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.4.5-to-4.5.1.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,10 @@ module.exports = { up, down };
140140
```
141141
5. Save the file.
142142

143+
## Rebuild the application
144+
143145
<BuildCommand components={props.components} />
144-
<DevelopCommand components={props.components} />
146+
147+
## Restart the application
148+
149+
<DevelopCommand components={props.components} />

docusaurus/docs/dev-docs/migration/v4/migration-guide-4.5.1-to-4.6.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,10 @@ To change the script:
129129
1. In the `./config/plugins.js` file, identify the upload configuration if you have one.
130130
2. (_optional_) If you have a `sizeLimit`, move it one level above `providerOptions`.
131131

132+
## Rebuild the application
133+
132134
<BuildCommand components={props.components} />
135+
136+
## Restart the application
137+
133138
<DevelopCommand components={props.components} />

0 commit comments

Comments
 (0)