mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
42 lines
1.2 KiB
HTML
42 lines
1.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">
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a href="#/zh/">中文</a>
|
|
<a href="#/en/">English</a>
|
|
</nav>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'Hyperf',
|
|
repo: 'hyperf-cloud/hyperf',
|
|
loadSidebar: 'summary.md',
|
|
autoHeader: true,
|
|
loadNavbar: true,
|
|
fallbackLanguages: ['zh', 'en'],
|
|
mergeNavbar: true,
|
|
themeColor: '#3F51B5',
|
|
auto2top: true,
|
|
subMaxLevel: 3,
|
|
alias: {
|
|
//'/.*/summary.md': '/summary.md'
|
|
}
|
|
}
|
|
</script>
|
|
<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/lib/plugins/search.min.js"></script>
|
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
|
</body>
|
|
|
|
</html> |