Skip to content

Commit 9e08c2a

Browse files
committedAug 8, 2024·
feat: init docs by vitepress
1 parent a782090 commit 9e08c2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2593
-760
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ typings/
103103
codealike.json
104104
.node
105105

106-
.must.config.js
106+
# docs
107+
.vitepress

‎.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"printWidth": 100,
2+
"printWidth": 120,
33
"tabWidth": 2,
44
"semi": true,
55
"jsxSingleQuote": false,

0 commit comments

Comments
 (0)
Please sign in to comment.