This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function lang_version(lang) {
30
30
return version
31
31
}
32
32
33
- self . $config = {
33
+ docute . init ( {
34
34
repo : 'vuejs/rollup-plugin-vue' ,
35
35
'edit-link' : 'https://github.com/vuejs/rollup-plugin-vue/edit/master/docs' ,
36
36
@@ -44,9 +44,9 @@ self.$config = {
44
44
docsearch ( {
45
45
apiKey : '7792597613e997afeb0b75a206ca0c5a' ,
46
46
indexName : 'rollup-plugin-vue' ,
47
- tags : [ 'en' , 'v2.2' , 'v2.3' ]
47
+ tags : [ 'en' , 'v2.2' , 'v2.3' ] ,
48
+ url : 'https://vuejs.github.io/rollup-plugin-vue'
48
49
} )
49
- ] ,
50
+ ]
50
51
51
- url : 'https://vuejs.github.io/rollup-plugin-vue'
52
- }
52
+ } )
Original file line number Diff line number Diff line change 17
17
< meta name ="twitter:card " content ="summary_large_image " />
18
18
< meta name ="twitter:site " content ="@vuejs " />
19
19
20
- < link rel ="stylesheet " href ="https://unpkg.com/docute/dist/docute.css ">
20
+ < link rel ="stylesheet " href ="https://unpkg.com/docute@3 /dist/docute.css ">
21
21
</ head >
22
22
< body >
23
23
<!-- don't remove this part start -->
24
24
< div id ="app "> </ div >
25
- < script src ="https://unpkg.com/docute/plugins/docsearch.js "> </ script >
25
+ < script src ="https://unpkg.com/docute@3/plugins/docsearch.js "> </ script >
26
+ < script src ="https://unpkg.com/docute@3/docute.js "> </ script >
26
27
< script src ="./config.js "> </ script >
27
- < script src ="https://unpkg.com/docute/dist/docute.js "> </ script >
28
28
<!-- don't remove this part end -->
29
29
</ body >
30
30
</ html >
You can’t perform that action at this time.
0 commit comments