mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
68 lines
2.2 KiB
HTML
68 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hyperf</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
|
<style>
|
|
.app-name-link img {
|
|
width: 16%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
|
|
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'Hyperf',
|
|
repo: 'hyperf/hyperf',
|
|
loadSidebar: 'summary.md',
|
|
loadNavbar: true,
|
|
fallbackLanguages: ['zh-cn', 'en'],
|
|
mergeNavbar: true,
|
|
themeColor: '#3F51B5',
|
|
logo: '/logo.png',
|
|
auto2top: true,
|
|
autoHeader: false,
|
|
subMaxLevel: 4,
|
|
search: {
|
|
depth: 6,
|
|
noData: {
|
|
'/en/': 'No results!',
|
|
'/zh-cn/': '没有找到结果!',
|
|
'/zh-hk/': '沒有找到結果!',
|
|
'/zh-tw/': '沒有找到結果!',
|
|
'/': '没有找到结果!'
|
|
},
|
|
paths: 'auto',
|
|
placeholder: {
|
|
'/en/': 'Type to Search',
|
|
'/zh-cn/': '输入关键词搜索',
|
|
'/zh-hk/': '輸入關鍵詞搜索',
|
|
'/zh-tw/': '輸入關鍵詞搜索',
|
|
'/': '输入关键词搜索'
|
|
}
|
|
},
|
|
alias: {
|
|
'/summary.md': './zh-cn/summary.md'
|
|
},
|
|
plugins: [
|
|
EditOnGithubPlugin.create('https://github.com/hyperf/hyperf/tree/master/doc/')
|
|
]
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan style='display:none;' id='cnzz_stat_icon_1278274447'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "v1.cnzz.com/z_stat.php%3Fid%3D1278274447' type='text/javascript'%3E%3C/script%3E"));</script>
|
|
</body>
|
|
|
|
</html>
|