File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
10
10
</ head >
11
11
< body >
12
+ < script src ="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js "> </ script >
13
+ < script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js "> </ script >
14
+ < script src ="//cdn.jsdelivr.net/npm/docsify-edit-on-github "> </ script >
15
+
12
16
< nav >
13
17
< a href ="#/en/ ">
14
18
< img class ="emoji " src ="https://github.githubassets.com/images/icons/emoji/uk.png " alt ="uk ">
26
30
repo : 'https://github.com/flowci/flow-core-x' ,
27
31
loadSidebar : true ,
28
32
themeColor : '#5C53C4FF' ,
33
+ homepage : '/en/README.md' ,
29
34
alias : {
30
35
'/_sidebar.md' : '/en/_sidebar.md'
31
- }
36
+ } ,
37
+ plugins : [
38
+ EditOnGithubPlugin . create ( 'https://github.com/flowci/docs/tree/develop/' , null , 'Edit on GitHub' )
39
+ ]
32
40
}
33
41
</ script >
34
- <!-- Docsify v4 -->
35
- < script src ="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js "> </ script >
36
- < script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js "> </ script >
37
42
</ body >
38
43
</ html >
You can’t perform that action at this time.
0 commit comments