Skip to content

Commit a975778

Browse files
committed
docs(deployment): streamline content and remove redundant information
- Simplify the introduction to improve readability - Remove repetitive statements about Docker in API server deployment - Refine language for better clarity and conciseness throughout the document
1 parent 9b02ec4 commit a975778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/deployment.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: 'Deployment Guides: From Local to Live'
2+
title: 'Deployment: From Local to Live'
33
description: A collection of guides to help you deploy the API server, mobile app, and web dashboard to production environments.
44
---
55

66
import { Steps } from '@astrojs/starlight/components';
77

8-
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.
8+
Once you have the toolkit running on your local machine, the next step is to go live. These guides provide clear, step-by-step instructions for preparing and deploying each component of the toolkit to a production environment.
99

1010
<Steps>
1111
1. **Deploy the API Server**
1212

13-
Learn how to configure and deploy the Dart Frog backend to a production server using Docker.
13+
Learn how to configure and deploy the Dart Frog backend to a production server.
1414

1515
[Go to API Deployment Guide &rarr;](/docs/api-server/deployment/)
1616

1717
2. **Deploy the Web Dashboard**
1818

19-
Follow these steps to build and deploy the Flutter web dashboard to a static hosting provider.
19+
Follow the steps to build and deploy the Flutter web dashboard to your preferred hosting provider.
2020

2121
[Go to Dashboard Deployment Guide &rarr;](/docs/web-dashboard/deployment/)
2222

0 commit comments

Comments
 (0)