Skip to content

Commit ae8c0b1

Browse files
committed
Improve cards on docs landing page
Signed-off-by: Robert Detjens <github@detjens.dev>
1 parent bd9b934 commit ae8c0b1

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/index.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@ layout: home
55
hero:
66
name: "beaverCDS"
77
text: "The next-generation CTF deployment framework"
8-
tagline: "Challenges made simple."
8+
tagline: "Challenge management made simple."
99
actions:
1010
- theme: brand
1111
text: Get started
12-
link: /getting-started
12+
link: /for-sysadmins/quickstart
1313
- theme: alt
14-
text: Writing challenges
14+
text: Add a challenge
1515
link: /for-authors/quickstart
1616

1717
features:
18-
- title: Deploy
18+
- title: Quick setup
1919
icon: 🚀
20-
details: Set up a new deployment on a fresh cluster
20+
details: beaverCDS can get you from a fresh cluster to ready for challenges in minutes.
2121
link: /for-sysadmins/quickstart
22-
- title: Configure
22+
23+
- title: Control Challenge Deployment
2324
icon: ⚙️
24-
details: All about the global `rcds.yaml` config
25+
details: Quickly enable or disable challenges to control exactly what is live for players.
2526
link: /for-sysadmins/config
26-
- title: Add challenge
27+
28+
- title: Simple yet flexible
2729
icon: ✏️
28-
details: For challenge authors, how to add a new challenge
30+
details: Adding a new challenge is simpler than ever.
2931
link: /for-authors/quickstart
3032
---

0 commit comments

Comments
 (0)