Skip to content

Commit 6c5d5eb

Browse files
committed
merge latest master
2 parents 3db012f + 6643835 commit 6c5d5eb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,11 @@ nav:
141141
- Create a data module using SQLProvider SQL Server SSDT: "v4-recipes/storage/use-sqlprovider-ssdt.md"
142142
- UI:
143143
- Add FontAwesome support: "v4-recipes/ui/add-fontawesome.md"
144-
- Add Stylesheet support: "v4-recipes/ui/add-style.md"
145144
- Add Bulma support: "v4-recipes/ui/add-bulma.md"
146145
- Use different Bulma Themes: "v4-recipes/ui/use-different-bulma-themes.md"
147146
- Remove Bulma: "v4-recipes/ui/remove-bulma.md"
148147
- Add Tailwind support: "v4-recipes/ui/add-tailwind.md"
149148
- Add daisyUI support: "v4-recipes/ui/add-daisyui.md"
150-
- Add Feliz support: "recipes/ui/add-feliz.md"
151149
- Migrate from a CDN stylesheet to an NPM package: "v4-recipes/ui/cdn-to-npm.md"
152150
- Add routing with state shared between pages: "v4-recipes/ui/add-routing.md"
153151
- Add routing with separate models per page: "v4-recipes/ui/add-routing-with-separate-models.md"
@@ -156,9 +154,7 @@ nav:
156154
- Import a JavaScript module: "v4-recipes/javascript/import-js-module.md"
157155
- Add Support for a Third Party React Library: "v4-recipes/javascript/third-party-react-package.md"
158156
- Package Management:
159-
- Add an NPM package to the Client: "v4-recipes/package-management/add-npm-package-to-client.md"
160157
- Add a NuGet package to the Server: "v4-recipes/package-management/add-nuget-package-to-server.md"
161-
- Add a NuGet package to the Client: "v4-recipes/package-management/add-nuget-package-to-client.md"
162158
- Migrate to Paket from NuGet: "v4-recipes/package-management/migrate-to-paket.md"
163159
- Migrate to NuGet from Paket: "v4-recipes/package-management/migrate-to-nuget.md"
164160
- Sync NuGet and NPM Packages: "v4-recipes/package-management/sync-nuget-and-npm-packages.md"

0 commit comments

Comments
 (0)