Skip to content

Commit 1708c68

Browse files
committed
chore: update
1 parent 03aaf00 commit 1708c68

File tree

4 files changed

+13
-50
lines changed

4 files changed

+13
-50
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- main
88
paths:
9-
- 'packages/**/*.md'
10-
- 'packages/.vitepress/**'
11-
- 'packages/public/**'
9+
- 'packages/**/*'
10+
- '.vitepress/**/*'
1211

1312
jobs:
1413
docs:
@@ -35,4 +34,4 @@ jobs:
3534
uses: JamesIves/[email protected]
3635
with:
3736
branch: pages
38-
folder: packages/.vitepress/dist
37+
folder: .vitepress/dist

.github/workflows/publish.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.vitepress/sidebar.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ export default <DefaultTheme.Sidebar>[
1010
items: [{ text: 'useDefer', link: '/packages/performance/useDefer' }],
1111
},
1212
{
13-
text: 'hooks',
13+
text: 'HOOKS',
1414
items: [{ text: 'useSum', link: '/packages/hooks/useSum' }],
1515
},
16+
{
17+
text: 'GIS',
18+
items: [
19+
20+
],
21+
},
1622
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# coding-playground
1+
# Coding Playground
22

3-
vitepress的起始模板
3+
这是一个代码案例集合库,用于存放各种实用的代码示例和最佳实践。

0 commit comments

Comments
 (0)