2018-08-04 10:33:14 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>M5Stack Documentation - Style once, use everywhere. A build system for creating cross-platform styles.</title>
|
|
|
|
|
<!-- <link rel="icon" href="assets/logo.png"> -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
|
<!-- <meta name="description" content="Style once, use everywhere. A build system for creating cross-platform styles."> -->
|
|
|
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no"> -->
|
|
|
|
|
<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"> -->
|
|
|
|
|
<!-- <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500|Source+Sans+Pro:400,400i,600" rel="stylesheet"> -->
|
|
|
|
|
<!-- <link rel="stylesheet" href="assets/styles.css"> -->
|
|
|
|
|
|
|
|
|
|
<!-- 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">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<nav>
|
|
|
|
|
<a href="#/">EN</a>
|
|
|
|
|
<a href="#/zh-cn/">中文</a>
|
|
|
|
|
</nav>
|
|
|
|
|
<div id="app">Loading...</div>
|
|
|
|
|
<script>
|
|
|
|
|
window.$docsify = {
|
|
|
|
|
name: 'M5Stack Documentation',
|
|
|
|
|
loadSidebar: true,
|
|
|
|
|
alias: {
|
|
|
|
|
'/.*/_sidebar.md': '/_sidebar.md'
|
|
|
|
|
},
|
|
|
|
|
loadNavbar: true,
|
|
|
|
|
coverpage: false,
|
|
|
|
|
auto2top: true,
|
|
|
|
|
autoHeader: false,
|
|
|
|
|
subMaxLevel: 3,
|
|
|
|
|
maxLevel: 4,
|
|
|
|
|
homepage : 'README.md',
|
|
|
|
|
// logo: '/assets/logo.png',
|
|
|
|
|
themeColor: '#3F51B5',
|
|
|
|
|
mergeNavbar: true,
|
|
|
|
|
// formatUpdated: '{MM}/{DD} {HH}:{mm}',
|
|
|
|
|
|
|
|
|
|
// formatUpdated: function(time) {
|
|
|
|
|
// // ...
|
|
|
|
|
|
|
|
|
|
// return time;
|
|
|
|
|
// },
|
2018-08-04 10:37:05 +08:00
|
|
|
repo: 'https://github.com/m5stack/m5stack-documentation',
|
2018-08-04 10:33:14 +08:00
|
|
|
search: {
|
|
|
|
|
paths: 'auto',
|
|
|
|
|
placeholder: 'Search',
|
|
|
|
|
noData: 'No Results.',
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-scss.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-objectivec.min.js"></script>
|
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|