hyperf/index.html

42 lines
1.3 KiB
HTML
Raw Normal View History

2019-03-08 12:04:46 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2019-03-21 13:55:39 +08:00
<title>Hyperf</title>
2019-03-08 12:04:46 +08:00
<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>
<div id="app"></div>
2019-06-25 11:20:05 +08:00
<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>
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
2019-03-08 12:04:46 +08:00
<script>
window.$docsify = {
name: 'Hyperf',
repo: 'hyperf-cloud/hyperf',
loadSidebar: 'summary.md',
2019-06-29 16:50:15 +08:00
// autoHeader: true,
2019-03-08 12:04:46 +08:00
loadNavbar: true,
2019-03-20 14:30:37 +08:00
fallbackLanguages: ['zh', 'en'],
2019-03-08 12:04:46 +08:00
mergeNavbar: true,
themeColor: '#3F51B5',
auto2top: true,
2019-03-30 22:53:32 +08:00
subMaxLevel: 4,
2019-03-08 12:04:46 +08:00
alias: {
2019-03-20 14:30:37 +08:00
//'/.*/summary.md': '/summary.md'
2019-06-25 11:20:05 +08:00
},
plugins: [
EditOnGithubPlugin.create('https://github.com/hyperf-cloud/hyperf/tree/gh-pages/')
]
2019-03-08 12:04:46 +08:00
}
</script>
</body>
</html>