File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ export default defineConfig({
11
11
description : 'The Grammar of Graphics in JavaScript' ,
12
12
siteUrl : 'https://f2.antv.vision' ,
13
13
defaultLanguage : 'zh' ,
14
+ feedback : true , // 开启文档用户反馈
15
+ sitePackagePath : 'packages/site' , // 文档项目相对于项目根目录的相对路径
16
+ links : true , // 是否显示links答疑小蜜
17
+ petercat : {
18
+ show : true ,
19
+ token : 'd54d0b62-8070-46a5-a721-38132a34b8a1' , // 此处填 Petercat token
20
+ } ,
14
21
isAntVSite : false ,
15
22
githubUrl : repository . url , // GitHub 地址
16
23
footerTheme : 'light' , // 白色 底部主题
Original file line number Diff line number Diff line change 20
20
"site:start" : " npm run site:develop"
21
21
},
22
22
"dependencies" : {
23
- "@antv/dumi-theme-antv" : " ~0.5 .0" ,
23
+ "@antv/dumi-theme-antv" : " ~0.6 .0" ,
24
24
"@antv/f-react" : " ~0.0.7" ,
25
25
"@antv/f-test-utils" : " 1.0.3" ,
26
26
"@antv/f2" : " ^5.0.4" ,
You can’t perform that action at this time.
0 commit comments