docs/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>alfa</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="https://unpkg.com/docsify/lib/themes/vue.css">
<style type="text/css">
.markdown-section > p {
font-size: 18px;
color: #333;
}
.sidebar ul li a {
font-size: 15px;
}
.sidebar-nav > ul > li > a {
list-style: none;
font-weight: 700;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'ALFA',
repo: 'https://github.com/lsm/alfa',
homepage: 'https://raw.githubusercontent.com/lsm/alfa/master/README.md',
auto2top: true,
maxLevel: 3,
loadSidebar: false,
subMaxLevel: 1
}
</script>
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://unpkg.com/prismjs/components/prism-jsx.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93841001-3"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag(){dataLayer.push(arguments)}
gtag('js', new Date())
gtag('config', 'UA-93841001-3')
</script>
</body>
</html>