Skip to content

Commit dfa5318

Browse files
committed
docs: modified docs homepage content
1 parent 1512cf3 commit dfa5318

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ lerna-debug.log*
1414

1515
.cache
1616

17+
# VitePress cache
18+
19+
docs/.vitepress/cache/
20+
docs/.vitepress/dist/
21+
1722
# Diagnostic reports (https://nodejs.org/api/report.html)
1823

1924
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: home
55
hero:
66
name: "Utilstash"
77
text: "A utility package for various common tasks"
8-
tagline: My great project tagline
8+
tagline: Streamline your development with a versatile toolkit of utilities.
99
actions:
1010
- theme: brand
1111
text: Markdown Examples
@@ -15,11 +15,11 @@ hero:
1515
link: /api-examples
1616

1717
features:
18-
- title: Feature A
19-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20-
- title: Feature B
21-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22-
- title: Feature C
23-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
18+
- title: Comprehensive Utilities
19+
details: A wide range of utility functions designed to simplify and enhance your development workflow.
20+
- title: Easy Integration
21+
details: Quickly integrate our tools into your projects with minimal setup and effort.
22+
- title: Optimized for Performance
23+
details: Benefit from optimized and efficient functions that ensure smooth and reliable operation.
2424
---
2525

0 commit comments

Comments
 (0)