Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/master 1a4146c8c -> 97d68dca3


Fix tab chars and block start/end for embedded lua


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/97d68dca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/97d68dca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/97d68dca

Branch: refs/heads/master
Commit: 97d68dca36d44b85931824487393f0de8d84649c
Parents: 1a4146c
Author: wes3 <w...@micosa.io>
Authored: Wed Feb 24 15:30:14 2016 -0800
Committer: wes3 <w...@micosa.io>
Committed: Wed Feb 24 15:30:14 2016 -0800

----------------------------------------------------------------------
 mkdocs.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/97d68dca/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 94e2b98..80b533f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -224,10 +224,11 @@ pages:
                 - 'imgr_ver_parse': 'os/modules/imgmgr/imgr_ver_parse.md'
                 - 'imgr_ver_str': 'os/modules/imgmgr/imgr_ver_str.md'
         - 'Baselibc library': 'os/modules/baselibc.md'
-        - 'Embedded Lua':
-           - 'Overview': 'os/modules/elua/elua.md'
-               - 'lua_init': 'os/modules/elua/lua_init.md'
-               - 'lua_main': 'os/modules/elua/lua_main.md'
+        - Embedded Lua:
+            - 'Overview': 'os/modules/elua/elua.md'
+            - 'Functions':
+                - 'lua_init': 'os/modules/elua/lua_init.md'
+                - 'lua_main': 'os/modules/elua/lua_main.md'
         - JSON: 
             - 'Overview': 'os/modules/json/json.md'
             - 'Functions':

Reply via email to