@@ -41,120 +41,120 @@ extra:
41
41
link : https://safe-stack.github.io/
42
42
43
43
nav :
44
- - Home : " index.md"
45
- - Introduction : " intro.md"
46
- - Quickstart : " quickstart.md"
47
- - SAFE Stack :
48
- - Overview : " overview.md"
49
- - Components :
50
- - Learn about Saturn : " components/component-saturn.md"
51
- - Learn about Azure : " components/component-azure.md"
52
- - Learn about Fable : " components/component-fable.md"
53
- - Learn about Elmish : " components/component-elmish.md"
54
- - Features :
55
- - Client / Server Sharing :
56
- - Sharing Overview : " features/feature-clientserver.md"
57
- - Sharing Types and Code : " features/feature-clientserver-basics.md"
58
- - Messaging using HTTP : " features/feature-clientserver-http.md"
59
- - Messaging with Protocols : " features/feature-clientserver-remoting.md"
60
- - Stateful Messaging through Bridge : " features/feature-clientserver-bridge.md"
61
- - Serialization in SAFE : " features/feature-clientserver-serialization.md"
62
- - Server Side Rendering : " features/feature-ssr.md"
63
- - Hot Module Replacement : " features/feature-hmr.md"
64
- - Working with Azure functions : " features/feature-azurefunctions.md"
65
- - The SAFE Template :
66
- - Overview : " template-overview.md"
67
- - Commands : " template-safe-commands.md"
68
- - How do I... :
69
- - Upgrade from V2 to V3 : " recipes/upgrading/v2-to-v3.md"
70
- - Upgrade from V3 to V4 : " recipes/upgrading/v3-to-v4.md"
71
- - Upgrade from V4 to V5 : " recipes/upgrading/v4-to-v5.md"
72
- - Create a new Recipe : " recipes/template.md"
73
- - Build :
74
- - Add build automation : " recipes/build/add-build-script.md"
75
- - Create a docker image : " recipes/build/docker-image.md"
76
- - Remove FAKE : " recipes/build/remove-fake.md"
77
- - Package my SAFE app for deployment : " recipes/build/bundle-app.md"
78
- - UI :
79
- - Add Tailwind support : " recipes/ui/add-tailwind.md"
80
- - Add daisyUI support : " recipes/ui/add-daisyui.md"
81
- - Add Stylesheet support : " recipes/ui/add-style.md"
82
- - Add Feliz support : " recipes/ui/add-feliz.md"
83
- - Add FontAwesome support : " recipes/ui/add-fontawesome.md"
84
- - Migrate from a CDN stylesheet to an NPM package : " recipes/ui/cdn-to-npm.md"
85
- - Storage :
86
- - Quickly add a database : " recipes/storage/use-litedb.md"
87
- - JavaScript :
88
- - Import a JavaScript module : " recipes/javascript/import-js-module.md"
89
- - Add Support for a Third Party React Library : " recipes/javascript/third-party-react-package.md"
90
- - Package Management :
91
- - Add an NPM package to the Client : " recipes/package-management/add-npm-package-to-client.md"
92
- - Add a NuGet package to the Server : " recipes/package-management/add-nuget-package-to-server.md"
93
- - Add a NuGet package to the Client : " recipes/package-management/add-nuget-package-to-client.md"
94
- - Migrate to Paket from NuGet : " recipes/package-management/migrate-to-paket.md"
95
- - Migrate to NuGet from Paket : " recipes/package-management/migrate-to-nuget.md"
96
- - Sync NuGet and NPM Packages : " recipes/package-management/sync-nuget-and-npm-packages.md"
97
- - Client / Server :
98
- - Use Giraffe instead of Saturn : " recipes/client-server/saturn-to-giraffe.md"
99
- - Handle server errors on the client : " recipes/client-server/server-errors-on-client.md"
100
- - Upload file from the client : " recipes/client-server/upload-file-from-client.md"
101
- - Serve a file from the back-end : " recipes/client-server/serve-a-file-from-the-backend.md"
102
- - Add support for Fable Remoting : " recipes/client-server/fable-remoting.md"
103
- - Perform roundtrips with MVU : " recipes/client-server/mvu-roundtrip.md"
104
- - Get data from the server : " recipes/client-server/messaging.md"
105
- - Post data to the server : " recipes/client-server/messaging-post.md"
106
- - Share code between the client and the server : " recipes/client-server/share-code.md"
107
- - FAQs :
108
- - Moving from dev to prod : " faq/faq-build.md"
109
- - Troubleshooting : " faq/faq-troubleshooting.md"
110
- - Learning Resources :
111
- - SAFE-Compatible UI Components : " awesome-safe-components.md"
112
- - Learning : " learning.md"
113
- - News : " news.md"
114
- - Events : " events.md"
115
- - Support : " support.md"
116
- - Testimonials : " testimonials.md"
117
- - Legacy recipes (v4) :
118
- - Build :
119
- - Add build automation : " v4-recipes/build/add-build-script.md"
120
- - Remove FAKE : " v4-recipes/build/remove-fake.md"
121
- - Package my SAFE app for deployment : " v4-recipes/build/bundle-app.md"
122
- - Create a docker image : " v4-recipes/build/docker-image.md"
123
- - Dev / Test :
124
- - Test the Client : " v4-recipes/developing-and-testing/testing-the-client.md"
125
- - Test the Server : " v4-recipes/developing-and-testing/testing-the-server.md"
126
- - Debug a SAFE app : " v4-recipes/developing-and-testing/debug-safe-app.md"
127
- - Use hot reload : " v4-recipes/developing-and-testing/using-hot-reload.md"
128
- - Client / Server :
129
- - Add support for Fable Remoting : " v4-recipes/client-server/fable-remoting.md"
130
- - Perform roundtrips with MVU : " v4-recipes/client-server/mvu-roundtrip.md"
131
- - Get data from the server : " v4-recipes/client-server/messaging.md"
132
- - Post data to the server : " v4-recipes/client-server/messaging-post.md"
133
- - Handle server errors on the client : " v4-recipes/client-server/server-errors-on-client.md"
134
- - Share code between the client and the server : " v4-recipes/client-server/share-code.md"
135
- - Use Giraffe instead of Saturn : " v4-recipes/client-server/saturn-to-giraffe.md"
136
- - Upload file from the client : " v4-recipes/client-server/upload-file-from-client.md"
137
- - Serve a file from the back-end : " v4-recipes/client-server/serve-a-file-from-the-backend.md"
138
- - Add support for Fable.Forms : " v4-recipes/client-server/fable.forms.md"
139
- - Data :
140
- - Quickly add a database : " v4-recipes/storage/use-litedb.md"
141
- - Create a data module using SQLProvider SQL Server SSDT : " v4-recipes/storage/use-sqlprovider-ssdt.md"
142
- - UI :
143
- - Add FontAwesome support : " v4-recipes/ui/add-fontawesome.md"
144
- - Add Bulma support : " v4-recipes/ui/add-bulma.md"
145
- - Use different Bulma Themes : " v4-recipes/ui/use-different-bulma-themes.md"
146
- - Remove Bulma : " v4-recipes/ui/remove-bulma.md"
147
- - Add Tailwind support : " v4-recipes/ui/add-tailwind.md"
148
- - Add daisyUI support : " v4-recipes/ui/add-daisyui.md"
149
- - Migrate from a CDN stylesheet to an NPM package : " v4-recipes/ui/cdn-to-npm.md"
150
- - Add routing with state shared between pages : " v4-recipes/ui/add-routing.md"
151
- - Add routing with separate models per page : " v4-recipes/ui/add-routing-with-separate-models.md"
152
- - Add Routing with UseElmish : " v4-recipes/ui/routing-with-elmish.md"
153
- - JavaScript :
154
- - Import a JavaScript module : " v4-recipes/javascript/import-js-module.md"
155
- - Add Support for a Third Party React Library : " v4-recipes/javascript/third-party-react-package.md"
156
- - Package Management :
157
- - Add a NuGet package to the Server : " v4-recipes/package-management/add-nuget-package-to-server.md"
158
- - Migrate to Paket from NuGet : " v4-recipes/package-management/migrate-to-paket.md"
159
- - Migrate to NuGet from Paket : " v4-recipes/package-management/migrate-to-nuget.md"
160
- - Sync NuGet and NPM Packages : " v4-recipes/package-management/sync-nuget-and-npm-packages.md"
44
+ - Home : " index.md"
45
+ - Introduction : " intro.md"
46
+ - Quickstart : " quickstart.md"
47
+ - SAFE Stack :
48
+ - Overview : " overview.md"
49
+ - Components :
50
+ - Learn about Saturn : " components/component-saturn.md"
51
+ - Learn about Azure : " components/component-azure.md"
52
+ - Learn about Fable : " components/component-fable.md"
53
+ - Learn about Elmish : " components/component-elmish.md"
54
+ - Features :
55
+ - Client / Server Sharing :
56
+ - Sharing Overview : " features/feature-clientserver.md"
57
+ - Sharing Types and Code : " features/feature-clientserver-basics.md"
58
+ - Messaging using HTTP : " features/feature-clientserver-http.md"
59
+ - Messaging with Protocols : " features/feature-clientserver-remoting.md"
60
+ - Stateful Messaging through Bridge : " features/feature-clientserver-bridge.md"
61
+ - Serialization in SAFE : " features/feature-clientserver-serialization.md"
62
+ - Server Side Rendering : " features/feature-ssr.md"
63
+ - Hot Module Replacement : " features/feature-hmr.md"
64
+ - Working with Azure functions : " features/feature-azurefunctions.md"
65
+ - The SAFE Template :
66
+ - Overview : " template-overview.md"
67
+ - Commands : " template-safe-commands.md"
68
+ - How do I... :
69
+ - Upgrade from V2 to V3 : " recipes/upgrading/v2-to-v3.md"
70
+ - Upgrade from V3 to V4 : " recipes/upgrading/v3-to-v4.md"
71
+ - Upgrade from V4 to V5 : " recipes/upgrading/v4-to-v5.md"
72
+ - Create a new Recipe : " recipes/template.md"
73
+ - Build :
74
+ - Add build automation : " recipes/build/add-build-script.md"
75
+ - Create a docker image : " recipes/build/docker-image.md"
76
+ - Remove FAKE : " recipes/build/remove-fake.md"
77
+ - Package my SAFE app for deployment : " recipes/build/bundle-app.md"
78
+ - UI :
79
+ - Add Tailwind support : " recipes/ui/add-tailwind.md"
80
+ - Add daisyUI support : " recipes/ui/add-daisyui.md"
81
+ - Add Stylesheet support : " recipes/ui/add-style.md"
82
+ - Add Feliz support : " recipes/ui/add-feliz.md"
83
+ - Add FontAwesome support : " recipes/ui/add-fontawesome.md"
84
+ - Migrate from a CDN stylesheet to an NPM package : " recipes/ui/cdn-to-npm.md"
85
+ - Storage :
86
+ - Quickly add a database : " recipes/storage/use-litedb.md"
87
+ - JavaScript :
88
+ - Import a JavaScript module : " recipes/javascript/import-js-module.md"
89
+ - Add Support for a Third Party React Library : " recipes/javascript/third-party-react-package.md"
90
+ - Package Management :
91
+ - Add an NPM package to the Client : " recipes/package-management/add-npm-package-to-client.md"
92
+ - Add a NuGet package to the Server : " recipes/package-management/add-nuget-package-to-server.md"
93
+ - Add a NuGet package to the Client : " recipes/package-management/add-nuget-package-to-client.md"
94
+ - Migrate to Paket from NuGet : " recipes/package-management/migrate-to-paket.md"
95
+ - Migrate to NuGet from Paket : " recipes/package-management/migrate-to-nuget.md"
96
+ - Sync NuGet and NPM Packages : " recipes/package-management/sync-nuget-and-npm-packages.md"
97
+ - Client / Server :
98
+ - Use Giraffe instead of Saturn : " recipes/client-server/saturn-to-giraffe.md"
99
+ - Handle server errors on the client : " recipes/client-server/server-errors-on-client.md"
100
+ - Upload file from the client : " recipes/client-server/upload-file-from-client.md"
101
+ - Serve a file from the back-end : " recipes/client-server/serve-a-file-from-the-backend.md"
102
+ - Add support for Fable Remoting : " recipes/client-server/fable-remoting.md"
103
+ - Perform roundtrips with MVU : " recipes/client-server/mvu-roundtrip.md"
104
+ - Get data from the server : " recipes/client-server/messaging.md"
105
+ - Post data to the server : " recipes/client-server/messaging-post.md"
106
+ - Share code between the client and the server : " recipes/client-server/share-code.md"
107
+ - FAQs :
108
+ - Moving from dev to prod : " faq/faq-build.md"
109
+ - Troubleshooting : " faq/faq-troubleshooting.md"
110
+ - Learning Resources :
111
+ - SAFE-Compatible UI Components : " awesome-safe-components.md"
112
+ - Learning : " learning.md"
113
+ - News : " news.md"
114
+ - Events : " events.md"
115
+ - Support : " support.md"
116
+ - Testimonials : " testimonials.md"
117
+ - Legacy recipes (v4) :
118
+ - Build :
119
+ - Add build automation : " v4-recipes/build/add-build-script.md"
120
+ - Remove FAKE : " v4-recipes/build/remove-fake.md"
121
+ - Package my SAFE app for deployment : " v4-recipes/build/bundle-app.md"
122
+ - Create a docker image : " v4-recipes/build/docker-image.md"
123
+ - Dev / Test :
124
+ - Test the Client : " v4-recipes/developing-and-testing/testing-the-client.md"
125
+ - Test the Server : " v4-recipes/developing-and-testing/testing-the-server.md"
126
+ - Debug a SAFE app : " v4-recipes/developing-and-testing/debug-safe-app.md"
127
+ - Use hot reload : " v4-recipes/developing-and-testing/using-hot-reload.md"
128
+ - Client / Server :
129
+ - Add support for Fable Remoting : " v4-recipes/client-server/fable-remoting.md"
130
+ - Perform roundtrips with MVU : " v4-recipes/client-server/mvu-roundtrip.md"
131
+ - Get data from the server : " v4-recipes/client-server/messaging.md"
132
+ - Post data to the server : " v4-recipes/client-server/messaging-post.md"
133
+ - Handle server errors on the client : " v4-recipes/client-server/server-errors-on-client.md"
134
+ - Share code between the client and the server : " v4-recipes/client-server/share-code.md"
135
+ - Use Giraffe instead of Saturn : " v4-recipes/client-server/saturn-to-giraffe.md"
136
+ - Upload file from the client : " v4-recipes/client-server/upload-file-from-client.md"
137
+ - Serve a file from the back-end : " v4-recipes/client-server/serve-a-file-from-the-backend.md"
138
+ - Add support for Fable.Forms : " v4-recipes/client-server/fable.forms.md"
139
+ - Data :
140
+ - Quickly add a database : " v4-recipes/storage/use-litedb.md"
141
+ - Create a data module using SQLProvider SQL Server SSDT : " v4-recipes/storage/use-sqlprovider-ssdt.md"
142
+ - UI :
143
+ - Add FontAwesome support : " v4-recipes/ui/add-fontawesome.md"
144
+ - Add Bulma support : " v4-recipes/ui/add-bulma.md"
145
+ - Use different Bulma Themes : " v4-recipes/ui/use-different-bulma-themes.md"
146
+ - Remove Bulma : " v4-recipes/ui/remove-bulma.md"
147
+ - Add Tailwind support : " v4-recipes/ui/add-tailwind.md"
148
+ - Add daisyUI support : " v4-recipes/ui/add-daisyui.md"
149
+ - Migrate from a CDN stylesheet to an NPM package : " v4-recipes/ui/cdn-to-npm.md"
150
+ - Add routing with state shared between pages : " v4-recipes/ui/add-routing.md"
151
+ - Add routing with separate models per page : " v4-recipes/ui/add-routing-with-separate-models.md"
152
+ - Add Routing with UseElmish : " v4-recipes/ui/routing-with-elmish.md"
153
+ - JavaScript :
154
+ - Import a JavaScript module : " v4-recipes/javascript/import-js-module.md"
155
+ - Add Support for a Third Party React Library : " v4-recipes/javascript/third-party-react-package.md"
156
+ - Package Management :
157
+ - Add a NuGet package to the Server : " v4-recipes/package-management/add-nuget-package-to-server.md"
158
+ - Migrate to Paket from NuGet : " v4-recipes/package-management/migrate-to-paket.md"
159
+ - Migrate to NuGet from Paket : " v4-recipes/package-management/migrate-to-nuget.md"
160
+ - Sync NuGet and NPM Packages : " v4-recipes/package-management/sync-nuget-and-npm-packages.md"
0 commit comments