Skip to content

Commit 6643835

Browse files
authored
Merge pull request #318 from SAFE-Stack/v5-docs-various-fixes
V5 docs various fixes
2 parents cebcd20 + bc7e973 commit 6643835

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/recipes/upgrading/v4-to-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. Overwrite your `.editorconfig` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/.editorconfig).
1111

1212
1. **Migrate all dependencies to .NET 8**.
13-
1. Overwriite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
13+
1. Overwrite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
1414

1515
1. Update each of your project files to target .NET 8.
1616

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ nav:
153153
- Import a JavaScript module: "v4-recipes/javascript/import-js-module.md"
154154
- Add Support for a Third Party React Library: "v4-recipes/javascript/third-party-react-package.md"
155155
- Package Management:
156-
- Add an NPM package to the Client: "v4-recipes/package-management/add-npm-package-to-client.md"
157156
- Add a NuGet package to the Server: "v4-recipes/package-management/add-nuget-package-to-server.md"
158157
- Migrate to Paket from NuGet: "v4-recipes/package-management/migrate-to-paket.md"
159158
- Migrate to NuGet from Paket: "v4-recipes/package-management/migrate-to-nuget.md"

0 commit comments

Comments
 (0)