File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ install:
56
56
script :
57
57
- |
58
58
if [[ $PHPDOC == '3' ]]; then
59
- phpdoc -d demo/ -t docs/api / --force --template=data/templates/vuepress/
59
+ phpdoc -d demo/ -t docs/demo / --force --template=data/templates/vuepress/
60
60
else
61
61
composer build:api
62
62
fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
15
15
themeConfig : {
16
16
nav : [
17
17
{ text : 'Guide' , link : '/guide/' } ,
18
- { text : 'Demo' , link : '/api /' } ,
18
+ { text : 'Demo' , link : '/demo /' } ,
19
19
] ,
20
20
21
21
sidebar : {
@@ -29,7 +29,7 @@ module.exports = {
29
29
]
30
30
}
31
31
] ,
32
- '/api /' : [
32
+ '/demo /' : [
33
33
{
34
34
title : 'Demo' ,
35
35
collapsable : false ,
Original file line number Diff line number Diff line change 8
8
</parser >
9
9
10
10
<transformer >
11
- <target >docs/api </target >
11
+ <target >docs/demo </target >
12
12
</transformer >
13
13
14
14
<transformations >
You can’t perform that action at this time.
0 commit comments