mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
25 lines
614 B
Markdown
25 lines
614 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Documents"
|
|
text: "Documents for nbtca"
|
|
tagline: My great project tagline
|
|
actions:
|
|
- theme: brand
|
|
text: Meeting minutes
|
|
link: /meetings/index
|
|
# - theme: alt
|
|
# text: API Examples
|
|
# link: /api-examples
|
|
|
|
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
|
|
---
|
|
|