Skip to content

Commit b39deee

Browse files
Refactor module paths
1 parent 1247c8e commit b39deee

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ module.exports = {
6262
title: 'Modules',
6363
collapsable: false,
6464
children: [
65-
'/api/html/',
66-
'/api/shape/',
67-
'/api/shape-swirl/',
68-
'/api/burst/',
65+
'/api/modules/html/',
66+
'/api/modules/shape/',
67+
'/api/modules/shape-swirl/',
68+
'/api/modules/burst/',
6969
]
7070
},
7171
{

docs/api/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ sidebarDepth: 0
88
---
99

1010
## Modules
11-
- [Html](html/README.md)
12-
- [Shape](shape/README.md)
13-
- [ShapeSwirl](shape-swirl/README.md)
14-
- [Burst](burst/README.md)
11+
- [Html](modules/html/README.md)
12+
- [Shape](modules/shape/README.md)
13+
- [ShapeSwirl](modules/shape-swirl/README.md)
14+
- [Burst](modules/burst/README.md)
1515
- MotionPath *(soon)*
1616
- Spriter *(soon)*
1717
- Radial Spring *(soon)*
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/api/utils/stagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# stagger
1+
# Stagger
22

33
References:
44

0 commit comments

Comments
 (0)