We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057a7a8 commit 7677f64Copy full SHA for 7677f64
docs/src/content/docs/index.mdx
@@ -4,8 +4,6 @@ description: A terminal UI application for managing your local development envir
4
template: splash
5
hero:
6
tagline: Hot reload servers, Docker containers, and background workers in one unified interface.
7
- image:
8
- file: ../../assets/screenshot.png
9
actions:
10
- text: Get Started
11
link: /devproc/getting-started/introduction/
@@ -18,9 +16,11 @@ hero:
18
16
19
17
import { Card, CardGrid } from "@astrojs/starlight/components"
20
+
+
21
## Features
22
23
-<CardGrid stagger>
+<CardGrid>
24
<Card title="Unified Process Management" icon="rocket">
25
Start, stop, and restart multiple services from a single TUI. No more juggling terminal windows.
26
</Card>
0 commit comments