Files

84 lines
3.7 KiB
HTML
Raw Permalink Normal View History

2018-10-23 09:51:22 +08:00
<!doctype html>
2018-10-19 19:16:12 +08:00
<html lang="en">
2018-10-23 09:51:22 +08:00
2018-10-19 19:16:12 +08:00
<head>
2018-10-23 09:51:22 +08:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<meta name="description" content="A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).">
<meta name="google-site-verification" content="_EWJaM8G6xwMtEqemO4yN8WqSU2CaKVi3jTj0gLg48E">
2018-10-25 20:33:40 +08:00
<title>M5Stack - A series of modular stackable development devices</title>
2018-11-02 10:48:54 +08:00
<link rel="icon" href="assets/img/favicon.ico">
2018-10-23 09:51:22 +08:00
<!-- Stylesheets -->
<link rel="stylesheet" href="https://unpkg.com/docsify-themeable/dist/css/theme-simple.css" title="Simple">
<link rel="stylesheet" href="assets/css/main.css">
<!-- Alternate Stylesheets -->
<link rel="stylesheet alternate" href="https://unpkg.com/docsify-themeable/dist/css/theme-defaults.css" title="Defaults">
<link rel="stylesheet alternate" href="https://unpkg.com/docsify-themeable/dist/css/theme-simple-dark.css" title="Simple Dark">
2018-10-19 19:16:12 +08:00
</head>
2018-10-23 09:51:22 +08:00
2018-10-19 19:16:12 +08:00
<body>
2018-10-23 09:51:22 +08:00
<div id="app"></div>
<!-- JavaScript -->
<script>
window.$docsify = {
// GENERAL
// -----------------------------------------------------------------
2018-11-02 10:48:54 +08:00
name : 'M5Stack docs',
repo : 'https://github.com/m5stack/m5-docs',
2018-10-25 20:33:40 +08:00
// coverpage : 'coverpage.md',
2018-10-23 09:51:22 +08:00
homepage : 'index.md',
2018-10-25 20:33:40 +08:00
loadNavbar : 'navbar.md',
2018-10-23 09:51:22 +08:00
loadSidebar: 'sidebar.md',
2018-11-01 14:18:05 +08:00
nameLink: {
'/en/': '#/en/',
'/zh_CN/': '#/zh_CN/',
'/ja/': '#/ja/',
'/': '#/'
},
2018-10-23 09:51:22 +08:00
// NAVIGATION
// -----------------------------------------------------------------
2018-11-01 14:18:05 +08:00
alias: {
2018-10-25 20:33:40 +08:00
// '.*?/changelog': 'https://unpkg.com/docsify-themeable/CHANGELOG.md',
// '/cn/practice_cn': 'docs/practice_cn.md',
// '/cn/': 'README_cn.md',
// '/cn/product_documents_cn': 'docs/product_documents_cn.md',
2018-11-01 14:18:05 +08:00
'/en/sidebar.md': '/sidebar.md',
'/en/.*/sidebar.md':'/sidebar.md',
'/zh_CN/.*/sidebar.md': '/zh_CN/sidebar.md',
'/ja/.*/sidebar.md': '/ja/sidebar.md',
'/.*/navbar.md':'/navbar.md',
},
2018-10-24 23:36:37 +08:00
// auto2top : true,
2018-10-23 09:51:22 +08:00
maxLevel : 3,
subMaxLevel: 3,
// PLUGINS
// -----------------------------------------------------------------
executeScript: true,
ga : 'UA-100100910-3',
search: {
depth : 3,
noData : 'No results!',
placeholder: 'Search...'
}
};
</script>
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://unpkg.com/docsify-themeable"></script>
<script src="https://unpkg.com/docsify-tabs"></script>
<script src="https://unpkg.com/docsify-copy-code"></script>
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/search.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script>
2018-10-19 19:16:12 +08:00
</body>
</html>