nodemcu-firmware/mkdocs.yml

47 lines
1.3 KiB
YAML
Raw Normal View History

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
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:
- Overview: 'index.md'
- English:
- Home: 'en/index.md'
- Building the firmware: 'en/build.md'
- Flashing the firmware: 'en/flash.md'
- FAQ: 'en/faq.md'
- Support: 'en/support.md'
- Modules:
- 'adc': 'en/modules/adc.md'
2016-01-05 06:07:29 +01:00
- 'bit': 'en/modules/bit.md'
- 'cjson': 'en/modules/cjson.md'
- 'crypto': 'en/modules/crypto.md'
2016-01-05 05:39:53 +01:00
- 'gpio': 'en/modules/gpio.md'
- 'node': 'en/modules/node.md'
2016-01-05 02:21:19 +01:00
- 'file': 'en/modules/file.md'
- 'rtcmem': 'en/modules/rtcmem.md'
- 'rtctime': 'en/modules/rtctime.md'
- 'rtcfifo': 'en/modules/rtcfifo.md'
2016-01-05 03:01:53 +01:00
- 'sntp': 'en/modules/sntp.md'
- 'tmr': 'en/modules/tmr.md'
- 'uart': 'en/modules/uart.md'
- Deutsch:
2016-01-05 02:21:19 +01:00
- Home: 'de/index.md'