change to docsify

This commit is contained in:
watson8544
2018-10-19 19:16:12 +08:00
parent 3cb0e7c2ab
commit 8ab87cd4a4
876 changed files with 16001 additions and 52611 deletions
+42
View File
@@ -0,0 +1,42 @@
module.exports = {
"env": {
"browser" : true,
"commonjs": true,
"es6" : true,
"node" : true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"sourceType" : "module"
},
"plugins": [
"html"
],
"rules": {
"array-bracket-spacing" : ["error", "never"],
"array-callback-return" : ["error"],
"block-scoped-var" : ["error"],
"block-spacing" : ["error", "always"],
"curly" : ["error"],
"dot-notation" : ["error"],
"eqeqeq" : ["error"],
"indent" : ["error", 4],
"linebreak-style" : ["error", "unix"],
"no-console" : ["warn"],
"no-floating-decimal" : ["error"],
"no-implicit-coercion" : ["error"],
"no-implicit-globals" : ["error"],
"no-loop-func" : ["error"],
"no-return-assign" : ["error"],
"no-template-curly-in-string": ["error"],
"no-unneeded-ternary" : ["error"],
"no-unused-vars" : ["error", { "args": "none" }],
"no-useless-computed-key" : ["error"],
"no-useless-return" : ["error"],
"no-var" : ["error"],
"prefer-const" : ["error"],
"quotes" : ["error", "single"],
"semi" : ["error", "always"]
}
};
+13 -10
View File
@@ -1,10 +1,13 @@
# Doc build artifacts
# en_build/*
# docs/*/doxygen-warning-log.txt
# docs/*/sphinx-warning-log.txt
# docs/*/sphinx-warning-log-sanitized.txt
# ./*/xml/
# ./*/xml_in/
# ./*/man/
# docs/doxygen_sqlite3.db
# en_build/html/searchindex.js
# Folders
build
coverage
dist
node_modules
# Files
*.log
# OS
._*
.cache
.DS_Store
-3
View File
@@ -1,3 +0,0 @@
{
"restructuredtext.confPath": ""
}
+44
View File
@@ -0,0 +1,44 @@
# Change Log
## 0.4.0
*2018-10-10*
- Added docsify-tabs support and demo.
- Added heading level 5-6 styles.
- Fixed `<small>` line height presentation.
## 0.3.0
*2018-08-07*
- Added `--sidebar-nav-pagelink-background-size` property.
## 0.2.0
*2018-08-07*
- Updated css-vars-ponyfill dependency to address potential issues with
CSS custom properties in legacy browsers.
## 0.1.2
*2018-06-23*
- Updated Simple and Simple-Dark themes: Fixed `--notice-tip-border-color`
value inheriting from `-theme-color`
- Fixed high CPU usage in Safari when using Simple or Simple-Dark themes
## 0.1.1
*2018-06-08*
- Update package.json, index.md and README copy
- Update default theme: remove borders from `<table>` and `<kbd>`
- Update simple theme: change `<blockquote>` style to match important/tip style
## 0.1.0
*2018-06-07*
- Initial release
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2018 John Hildenbiddle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+18 -9
View File
@@ -1,12 +1,21 @@
# M5Stack Official Documentation
# M5Stack
### Here is the source code of m5stack documentation. If you want to read the details of it, visit this URL(*https://m5stack.readthedocs.io*) please.
**Welcome to M5Stack Documents!**
### CONTENT
## Introduction
#### 1. [Product Documents](https://m5stack.readthedocs.io/en/latest/product-documents/index.html)
#### 2. [Get Started](https://m5stack.readthedocs.io/en/latest/get-started/index.html)
#### 3. [API Reference](https://m5stack.readthedocs.io/en/latest/api-reference/index.html)
#### 4. [M5Stack Cases](https://m5stack.readthedocs.io/en/latest/basic-cases/index.html)
#### 5. [M5Stack Awesome](https://m5stack.readthedocs.io/en/latest/m5stack-awesome/index.html)
#### 6. [FAQ](https://m5stack.readthedocs.io/en/latest/m5stack-faq/index.html)
**M5 stack is a modular stackable development device. The M stands for Modular and 5 stands for the the units compact 5 x 5 cm size.**
**The M5 stack aims to take the pain out of developing your new inventions and ideas. M5 stack comes packed with sensors, wifi, bluetooth, a screen and its own power supply which avoids the inconvenience of messy wires strewn across breadboards and adding new functionality is as simple as stacking it on top of one of the many expansion modules or plugging in a unit via the handy grove connectors.**
Our a series of core boards are based on **ESP32** chip.
Our aim is "**Stackable Board is Product**". Here's the [Official Website](www.m5stack.com)
## Contact & Support
- :computer: Visit [Official Website](www.m5stack.com) for newest product
- :busts_in_silhouette: Sign in our [Forum](http://forum.m5stack.com) for more designs with M5Stack
- :mailbox_with_mail: If you have any questions, you can contact us by [Email](tech@m5stack.com)
- :convenience_store: If you want to get our products, access our [store](http://www.aliexpress.com/store/all-wholesale-products/3226069.html?spm=2114.12010108.100004.3.7e3a5379KoyhDo)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Some files were not shown because too many files have changed in this diff Show More