2016-11-20 15:56:37 +08:00
<!DOCTYPE html>
< html lang = "en" >
2020-10-06 03:10:30 +08:00
< head >
< meta charset = "UTF-8" / >
< title > docsify< / title >
< link rel = "icon" href = "_media/favicon.ico" / >
< meta
name="google-site-verification"
content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE"
/>
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" / >
< meta
name="keywords"
content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages"
/>
< meta name = "description" content = "A magical documentation generator." / >
< meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
< link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
title="vue"
/>
< link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css"
title="dark"
disabled
/>
< link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/buble.css"
title="buble"
disabled
/>
< link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/pure.css"
title="pure"
disabled
/>
< style >
nav.app-nav li ul {
min-width: 100px;
}
2018-02-11 22:10:05 +08:00
2020-10-06 03:10:30 +08:00
#carbonads {
box-shadow: none !important;
width: auto !important;
}
< / style >
< / head >
2020-08-17 22:53:11 +08:00
2020-10-06 03:10:30 +08:00
< body >
< div id = "app" > Loading ...< / div >
< script >
window.$docsify = {
alias: {
'.*?/awesome':
'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md',
'.*?/changelog':
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md',
'/.*/_navbar.md': '/_navbar.md',
'/zh-cn/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1',
'/de-de/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
'/ru-ru/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
'/es/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1',
'/write-a-plugin':
'https://raw.githubusercontent.com/docsifyjs/docsify/master/docs/write-a-plugin.md',
2017-10-23 09:38:38 +08:00
},
2020-10-06 03:10:30 +08:00
auto2top: true,
coverpage: true,
executeScript: true,
loadSidebar: true,
loadNavbar: true,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
ga: 'UA-106147152-1',
matomo: {
host: '//matomo.thunderwave.de',
id: 6,
},
name: 'docsify',
search: {
noData: {
'/de-de/': 'Keine Ergebnisse!',
'/zh-cn/': '没有结果!',
'/': 'No results!',
},
paths: 'auto',
placeholder: {
'/de-de/': 'Suche',
'/zh-cn/': '搜索',
'/': 'Search',
},
},
plugins: [
function(hook, vm) {
hook.beforeEach(function(html) {
if (/githubusercontent\.com/.test(vm.route.file)) {
url = vm.route.file
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/master/, '/blob/master');
} else if (/jsdelivr\.net/.test(vm.route.file)) {
url = vm.route.file
.replace('cdn.jsdelivr.net/gh', 'github.com')
.replace('@master', '/blob/master');
} else {
url =
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
vm.route.file;
}
var editHtml = '[:memo: Edit Document](' + url + ')\n';
return (
editHtml +
html +
'\n\n----\n\n' +
'< a href = "https://docsify.js.org" target = "_blank" style = "color: inherit; font-weight: normal; text-decoration: none;" > Powered by docsify< / a > '
);
}),
hook.afterEach(function(html) {
if (vm.route.path === '/') {
return html;
}
return `${html}< br / > < i > Vercel< / i > has given us a Pro account < br / > < a href = "https://vercel.com/?utm_source=docsifyjsdocs" target = "_blank" > < img src = "_media/vercel_logo.svg" alt = "Vercel" width = "100" height = "64" > < / a > `;
});
},
],
};
< / script >
< script src = "//cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nginx.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js" > < / script >
< script src = "//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.min.js" > < / script >
< script >
(function() {
function loadJS(src, attrs) {
document.write(
'< script src = "' + src + '" ' + ( attrs | | ' ' ) + ' > < \ / s c r i p t > '
);
2020-07-03 00:03:13 +08:00
}
2018-02-11 22:10:05 +08:00
2020-10-06 03:10:30 +08:00
// Public site only
if (/docsify/.test(location.host)) {
((window.gitter = {}).chat = {}).options = {
room: 'docsifyjs/Lobby',
};
loadJS('//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/ga.min.js');
loadJS('//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/matomo.min.js');
loadJS('//sidecar.gitter.im/dist/sidecar.v1.js', 'async defer');
}
})();
< / script >
2020-10-08 02:13:03 +08:00
< script src = "//cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js" > < / script >
2020-10-06 03:10:30 +08:00
< / body >
2018-05-02 22:38:34 +08:00
< / html >