From 51ab3910adefaa73bc003e1921e65a7627145178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sat, 5 Dec 2015 01:05:14 +0100 Subject: [PATCH] Playing with page structure --- docs/index.md | 4 ++-- mkdocs.yml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index da37213a..2a58d418 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ -# Welcome to MkDocs +# Welcome to NodeMCU -For full documentation visit [mkdocs.org](http://mkdocs.org). +NodeMCU is a Lua based firmware for the ESP8266 WiFi SOC from Espressif. ## Commands diff --git a/mkdocs.yml b/mkdocs.yml index a49066f4..11c92229 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,12 @@ site_name: NodeMCU Documentation site_description: Description of the NodeMCU documentation theme: readthedocs +repo_url: https://github.com/nodemcu/nodemcu-firmware/ +markdown_extensions: +- toc: + permalink: True pages: -- ['index.md', 'Index'] \ No newline at end of file +- Home: 'index.md' +- 'build.md' +- Modules: + - 'node': 'modules/node.md' \ No newline at end of file