File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ lerna-debug.log*
14
14
15
15
.cache
16
16
17
+ # VitePress cache
18
+
19
+ docs /.vitepress /cache /
20
+ docs /.vitepress /dist /
21
+
17
22
# Diagnostic reports (https://nodejs.org/api/report.html)
18
23
19
24
report. [0-9 ]_. [0-9 ]_. [0-9 ]_. [0-9 ]_.json
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ layout: home
5
5
hero :
6
6
name : " Utilstash"
7
7
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.
9
9
actions :
10
10
- theme : brand
11
11
text : Markdown Examples
@@ -15,11 +15,11 @@ hero:
15
15
link : /api-examples
16
16
17
17
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.
24
24
---
25
25
You can’t perform that action at this time.
0 commit comments