mkdocs.yml 602 B

12345678910111213141516171819202122232425
  1. site_name: NodeMCU Documentation
  2. site_description: Description of the NodeMCU documentation
  3. repo_url: https://github.com/nodemcu/nodemcu-firmware/
  4. theme: readthedocs
  5. strict: true
  6. markdown_extensions:
  7. #http://pythonhosted.org/Markdown/extensions/admonition.html
  8. - admonition:
  9. - toc:
  10. permalink: True
  11. pages:
  12. - Overview: 'index.md'
  13. - English:
  14. - Home: 'EN/index.md'
  15. - Building the firmware: 'EN/build.md'
  16. - Flashing the firmware: 'EN/flash.md'
  17. - FAQ: 'EN/faq.md'
  18. - Support: 'EN/support.md'
  19. - Modules:
  20. - 'node': 'EN/modules/node.md'
  21. - Deutsch:
  22. - Home: 'DE/index.md'