diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 123c3c1..1be5889 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,9 +10,14 @@ </head> <body> <div id="app"></div> + <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> + <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> + <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> + <script src="//unpkg.com/docsify-edit-on-github/index.js"></script> <script> window.$docsify = { name: 'Tangerine Network Wiki', + repo: 'tangerine-network/wiki', loadSidebar: true, maxLevel: 5, subMaxLevel: 2, @@ -25,11 +30,11 @@ '/zh-cn/': '搜索', '/': 'Search' } - } + }, + plugins: [ + EditOnGithubPlugin.create("https://github.com/tangerine-network/wiki/blob/master/docs/"), + ] } </script> - <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> - <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> - <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> </body> </html> |