Skip to content

Commit 2b4e1e4

Browse files
committed
*
1 parent 324c64e commit 2b4e1e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/deploy.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before deploying, ensure you have:
2020
First, go to [hypermode.com](https://hypermode.com) and create your workspace.
2121

2222
<img
23-
src="/images/console-1.png"
23+
src="/images/apps/console-1.png"
2424
alt="Create workspace interface showing workspace name input field"
2525
/>
2626

@@ -32,7 +32,7 @@ where you and your team manage apps in Hypermode.
3232
From the dashboard, click on "Apps":
3333

3434
<img
35-
src="/images/console-2.png"
35+
src="/images/apps/console-2.png"
3636
alt="Hypermode dashboard showing Apps option"
3737
/>
3838

@@ -43,7 +43,7 @@ Click "Import your Modus app" to connect your repository.
4343
Create a new repository or import an existing one:
4444

4545
<img
46-
src="/images/github-create.png"
46+
src="/images/apps/github-create.png"
4747
alt="GitHub repository creation interface with repository name field"
4848
/>
4949

@@ -58,7 +58,7 @@ Fill in your repository details:
5858
Once your repository is connected, you'll see your app's configuration:
5959

6060
<img
61-
src="/images/console-3.png"
61+
src="/images/apps/console-3.png"
6262
alt="App details panel showing endpoint, GitHub repository, and API key information"
6363
/>
6464

@@ -176,7 +176,7 @@ Your deployed app includes:
176176
- **Environment variables**: Manage secrets and configuration
177177

178178
<img
179-
src="/images/console-4.png"
179+
src="/images/apps/console-4.png"
180180
alt="Activity logs showing function execution history"
181181
/>
182182

@@ -187,7 +187,7 @@ Your deployed app includes:
187187
Monitor your function executions in the Activity tab:
188188

189189
<img
190-
src="/images/console-5.png"
190+
src="/images/apps/console-5.png"
191191
alt="Function logs showing execution times and status"
192192
/>
193193

@@ -203,7 +203,7 @@ You can see:
203203
Configure environment variables in the Environment variables tab:
204204

205205
<img
206-
src="/images/console-6.png"
206+
src="/images/apps/console-6.png"
207207
alt="Environment variables configuration panel"
208208
/>
209209

0 commit comments

Comments
 (0)