You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(guides): rewrite deployment guides using Steps component
- Replace Timeline component with Steps component for better visual representation
- Update content format to match new Steps component structure
- Improve readability and user experience of the deployment guides
Once you have the ecosystem running locally, the next step is to deploy the components to production. These guides provide step-by-step instructions for preparing and deploying each part of the toolkit.
9
9
10
-
<Timeline>
11
-
<Steptitle="Deploy the API Server">
12
-
Learn how to configure and deploy the Dart Frog backend to a production
13
-
server using Docker.
14
-
15
-
[Go to API Deployment Guide →](/docs/api-server/deployment/)
16
-
</Step>
17
-
<Steptitle="Deploy the Web Dashboard">
18
-
Follow these steps to build and deploy the Flutter web dashboard to a
19
-
static hosting provider.
20
-
21
-
[Go to Dashboard Deployment Guide →](/docs/web-dashboard/deployment/)
22
-
</Step>
23
-
<Steptitle="Deploy the Mobile Client">
24
-
Prepare and build your Flutter mobile app for release on the Apple App
25
-
Store and Google Play Store.
26
-
27
-
[Go to Mobile App Deployment Guide →](/docs/mobile-client/deployment/)
28
-
</Step>
29
-
</Timeline>
10
+
<Steps>
11
+
1.**Deploy the API Server**
12
+
13
+
Learn how to configure and deploy the Dart Frog backend to a production server using Docker.
14
+
15
+
[Go to API Deployment Guide →](/docs/api-server/deployment/)
16
+
17
+
2.**Deploy the Web Dashboard**
18
+
19
+
Follow these steps to build and deploy the Flutter web dashboard to a static hosting provider.
20
+
21
+
[Go to Dashboard Deployment Guide →](/docs/web-dashboard/deployment/)
22
+
23
+
3.**Deploy the Mobile Client**
24
+
25
+
Prepare and build your Flutter mobile app for release on the Apple App Store and Google Play Store.
26
+
27
+
[Go to Mobile App Deployment Guide →](/docs/mobile-client/deployment/)
0 commit comments