blob: 8ed5647a0c2ce1eb5e31ff988d1621dd67e63f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "Red Right Hand"
text: "VitePress"
tagline: "Documentation for the 174th Battle Group"
image:
src: /logo.png
alt: VitePress
actions:
- theme: brand
text: Handbook
link: /handbook
- theme: alt
text: Databank
link: /databank
# features:
# - title: Feature A
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
# - title: Feature B
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
# - title: Feature C
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---
|