Skip to content

Commit d2e0b4c

Browse files
committed
docs(deployment): add pre-deployment note and update imports
- Add a note before the deployment steps to complete architecture & customization guides first - Update component imports to include Aside component
1 parent 301a445 commit d2e0b4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/deployment.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ 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

6-
import { Steps } from '@astrojs/starlight/components';
6+
import { Steps, Aside } from '@astrojs/starlight/components';
77

88
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

10+
<Aside type="note" title="Before You Deploy">
11+
It is highly recommended that you first complete the guides in the [**Architecture & Customization**](/docs/architecture/) section. This will ensure you have taken ownership of the shared packages and made any desired branding or functional changes before releasing your applications.
12+
</Aside>
13+
1014
<Steps>
1115
1. **Deploy the API Server**
1216

0 commit comments

Comments
 (0)