hyperf/doc/index.html

52 lines
1.4 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">
2019-07-17 20:09:51 +08:00
<style>
.app-name-link img {
width: 16%;
}
</style>
2019-03-08 12:04:46 +08:00
</head>
<body>
<div id="app"></div>
2019-07-01 15:18:22 +08:00
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
2019-07-01 15:20:34 +08:00
<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/hyperf',
2019-03-08 12:04:46 +08:00
loadSidebar: 'summary.md',
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',
2019-07-17 20:09:51 +08:00
logo: '/logo.png',
2019-03-08 12:04:46 +08:00
auto2top: true,
2019-07-17 20:09:51 +08:00
autoHeader: false,
2019-03-30 22:53:32 +08:00
subMaxLevel: 4,
2019-07-01 13:49:51 +08:00
search: {
depth: 6
2019-06-25 11:20:05 +08:00
},
2019-07-17 20:09:51 +08:00
alias: {
'/summary.md': './zh/summary.md'
},
2019-06-25 11:20:05 +08:00
plugins: [
EditOnGithubPlugin.create('https://github.com/hyperf/hyperf/tree/master/doc/')
2019-06-25 11:20:05 +08:00
]
2019-03-08 12:04:46 +08:00
}
</script>
2019-07-01 14:05:59 +08:00
<script src="//unpkg.com/docsify-copy-code"></script>
2019-07-01 13:49:51 +08:00
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
2019-03-08 12:04:46 +08:00
</body>
2019-07-01 14:05:59 +08:00
</html>