Commit 5750da12 authored by Marcel Stör's avatar Marcel Stör
Browse files

Re-organize documentation

Drop support for localized content, #2213

Restructure some content to match more closely what we have in master, #2542
parent eb8d8b58
...@@ -4,7 +4,7 @@ repo_url: https://github.com/nodemcu/nodemcu-firmware/ ...@@ -4,7 +4,7 @@ repo_url: https://github.com/nodemcu/nodemcu-firmware/
theme: theme:
name: "readthedocs" name: "readthedocs"
strict: true strict: false
markdown_extensions: markdown_extensions:
#http://pythonhosted.org/Markdown/extensions/admonition.html #http://pythonhosted.org/Markdown/extensions/admonition.html
...@@ -21,44 +21,45 @@ extra_javascript: ...@@ -21,44 +21,45 @@ extra_javascript:
pages: pages:
- Overview: 'index.md' - Overview: 'index.md'
- English: - Basics:
- Building the firmware: 'en/build.md' - Building the firmware: 'build.md'
- Flashing the firmware: 'en/flash.md' - Flashing the firmware: 'flash.md'
- Filesystem on SD card: 'en/sdcard.md' - Uploading code: 'upload.md'
- Uploading code: 'en/upload.md' - Support: 'support.md'
- FAQs: - FAQs:
- Lua Developer FAQ: 'en/lua-developer-faq.md' - Lua Developer FAQ: 'lua-developer-faq.md'
- Extension Developer FAQ: 'en/extn-developer-faq.md' - Extension Developer FAQ: 'extn-developer-faq.md'
- Support: 'en/support.md' - Whitepapers:
- Modules: - Filesystem on SD card: 'sdcard.md'
- 'adc': 'en/modules/adc.md' - Lua Modules:
- 'bit': 'en/modules/bit.md' - 'adc': 'modules/adc.md'
- 'bthci': 'en/modules/bthci.md' - 'bit': 'modules/bit.md'
- 'can': 'en/modules/can.md' - 'bthci': 'modules/bthci.md'
- 'dac': 'en/modules/dac.md' - 'can': 'modules/can.md'
- 'dht': 'en/modules/dht.md' - 'dac': 'modules/dac.md'
- 'encoder': 'en/modules/encoder.md' - 'dht': 'modules/dht.md'
- 'file': 'en/modules/file.md' - 'encoder': 'modules/encoder.md'
- 'gpio': 'en/modules/gpio.md' - 'file': 'modules/file.md'
- 'http': 'en/modules/http.md' - 'gpio': 'modules/gpio.md'
- 'i2c': 'en/modules/i2c.md' - 'http': 'modules/http.md'
- 'i2s': 'en/modules/i2s.md' - 'i2c': 'modules/i2c.md'
- 'ledc': 'en/modules/ledc.md' - 'i2s': 'modules/i2s.md'
- 'mqtt': 'en/modules/mqtt.md' - 'ledc': 'modules/ledc.md'
- 'net': 'en/modules/net.md' - 'mqtt': 'modules/mqtt.md'
- 'node': 'en/modules/node.md' - 'net': 'modules/net.md'
- 'ow (1-Wire)': 'en/modules/ow.md' - 'node': 'modules/node.md'
- 'qrcodegen': 'en/modules/qrcodegen.md' - 'ow (1-Wire)': 'modules/ow.md'
- 'sdmmc': 'en/modules/sdmmc.md' - 'qrcodegen': 'modules/qrcodegen.md'
- 'sigma delta': 'en/modules/sigma-delta.md' - 'sdmmc': 'modules/sdmmc.md'
- 'sjson': 'en/modules/sjson.md' - 'sigma delta': 'modules/sigma-delta.md'
- 'sodium': 'en/modules/sodium.md' - 'sjson': 'modules/sjson.md'
- 'spi': 'en/modules/spi.md' - 'sodium': 'modules/sodium.md'
- 'struct': 'en/modules/struct.md' - 'spi': 'modules/spi.md'
- 'time': 'en/modules/time.md' - 'struct': 'modules/struct.md'
- 'tmr': 'en/modules/tmr.md' - 'time': 'modules/time.md'
- 'u8g2': 'en/modules/u8g2.md' - 'tmr': 'modules/tmr.md'
- 'uart': 'en/modules/uart.md' - 'u8g2': 'modules/u8g2.md'
- 'ucg': 'en/modules/ucg.md' - 'uart': 'modules/uart.md'
- 'wifi': 'en/modules/wifi.md' - 'ucg': 'modules/ucg.md'
- 'ws2812': 'en/modules/ws2812.md' - 'wifi': 'modules/wifi.md'
- 'ws2812': 'modules/ws2812.md'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment