2015-12-04 23:12:28 +01:00
|
|
|
site_name: NodeMCU Documentation
|
|
|
|
site_description: Description of the NodeMCU documentation
|
2015-12-05 01:05:14 +01:00
|
|
|
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
2015-12-14 21:41:06 +01:00
|
|
|
|
2015-12-17 17:33:43 +01:00
|
|
|
theme: readthedocs
|
2015-12-13 14:43:52 +01:00
|
|
|
strict: true
|
2015-12-17 17:33:43 +01:00
|
|
|
|
2015-12-05 01:05:14 +01:00
|
|
|
markdown_extensions:
|
2015-12-17 17:33:43 +01:00
|
|
|
#http://pythonhosted.org/Markdown/extensions/admonition.html
|
2015-12-14 21:41:06 +01:00
|
|
|
- admonition:
|
2015-12-05 01:05:14 +01:00
|
|
|
- toc:
|
|
|
|
permalink: True
|
2015-12-14 21:41:06 +01:00
|
|
|
|
2016-01-01 15:12:04 +01:00
|
|
|
#requird due to https://github.com/rtfd/readthedocs.org/issues/1313
|
2015-12-27 23:51:54 +01:00
|
|
|
#see http://mkdocs.readthedocs.org/en/latest/user-guide/styling-your-docs/#customising-a-theme
|
2015-12-27 23:49:11 +01:00
|
|
|
extra_css:
|
|
|
|
- css/extra.css
|
2015-12-27 23:51:54 +01:00
|
|
|
extra_javascript:
|
2015-12-27 23:49:11 +01:00
|
|
|
- js/extra.js
|
|
|
|
|
|
|
|
site_favicon: img/favicon.png
|
|
|
|
|
2015-12-04 23:12:28 +01:00
|
|
|
pages:
|
2015-12-27 23:32:07 +01:00
|
|
|
- Overview: 'index.md'
|
|
|
|
- English:
|
2015-12-28 17:25:00 +01:00
|
|
|
- Home: 'en/index.md'
|
|
|
|
- Building the firmware: 'en/build.md'
|
|
|
|
- Flashing the firmware: 'en/flash.md'
|
|
|
|
- FAQ: 'en/faq.md'
|
|
|
|
- Support: 'en/support.md'
|
2015-12-27 23:32:07 +01:00
|
|
|
- Modules:
|
2016-01-05 04:06:01 +01:00
|
|
|
- 'adc': 'en/modules/adc.md'
|
2016-01-05 06:07:29 +01:00
|
|
|
- 'bit': 'en/modules/bit.md'
|
2016-01-06 01:51:48 +01:00
|
|
|
- 'cjson': 'en/modules/cjson.md'
|
2016-01-05 04:23:26 +01:00
|
|
|
- 'crypto': 'en/modules/crypto.md'
|
2016-01-05 05:39:53 +01:00
|
|
|
- 'gpio': 'en/modules/gpio.md'
|
2015-12-28 17:25:00 +01:00
|
|
|
- 'node': 'en/modules/node.md'
|
2016-01-05 02:21:19 +01:00
|
|
|
- 'file': 'en/modules/file.md'
|
2016-01-05 02:43:57 +01:00
|
|
|
- 'rtcmem': 'en/modules/rtcmem.md'
|
2016-01-05 02:56:46 +01:00
|
|
|
- 'rtctime': 'en/modules/rtctime.md'
|
2016-01-05 03:43:59 +01:00
|
|
|
- 'rtcfifo': 'en/modules/rtcfifo.md'
|
2016-01-05 03:01:53 +01:00
|
|
|
- 'sntp': 'en/modules/sntp.md'
|
2016-01-06 03:06:00 +01:00
|
|
|
- 'tmr': 'en/modules/tmr.md'
|
2016-01-05 04:38:41 +01:00
|
|
|
- 'uart': 'en/modules/uart.md'
|
2015-12-27 23:32:07 +01:00
|
|
|
- Deutsch:
|
2016-01-05 02:21:19 +01:00
|
|
|
- Home: 'de/index.md'
|