Skip to content

Commit e347de0

Browse files
committed
add recipes back in mkdocs.yml
1 parent cd91709 commit e347de0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ nav:
146146
- Create a data module using SQLProvider SQL Server SSDT: "v4-recipes/storage/use-sqlprovider-ssdt.md"
147147
- UI:
148148
- Add FontAwesome support: "v4-recipes/ui/add-fontawesome.md"
149+
- Add Stylesheet support: "v4-recipes/ui/add-style.md"
149150
- Add Bulma support: "v4-recipes/ui/add-bulma.md"
150151
- Use different Bulma Themes: "v4-recipes/ui/use-different-bulma-themes.md"
151152
- Remove Bulma: "v4-recipes/ui/remove-bulma.md"
@@ -159,7 +160,9 @@ nav:
159160
- Import a JavaScript module: "v4-recipes/javascript/import-js-module.md"
160161
- Add Support for a Third Party React Library: "v4-recipes/javascript/third-party-react-package.md"
161162
- Package Management:
163+
- Add an NPM package to the Client: "v4-recipes/package-management/add-npm-package-to-client.md"
162164
- Add a NuGet package to the Server: "v4-recipes/package-management/add-nuget-package-to-server.md"
165+
- Add a NuGet package to the Client: "v4-recipes/package-management/add-nuget-package-to-client.md"
163166
- Migrate to Paket from NuGet: "v4-recipes/package-management/migrate-to-paket.md"
164167
- Migrate to NuGet from Paket: "v4-recipes/package-management/migrate-to-nuget.md"
165168
- Sync NuGet and NPM Packages: "v4-recipes/package-management/sync-nuget-and-npm-packages.md"

0 commit comments

Comments
 (0)