From 742e85b9c0861883cbbb7e1b970924340da7fe3a Mon Sep 17 00:00:00 2001 From: Dado Sutter Date: Mon, 16 May 2011 20:49:06 -0300 Subject: [PATCH] - Adding status back to the dist-doc --- doc/docdata.lua | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/docdata.lua b/doc/docdata.lua index 278fcc84..96ce5587 100644 --- a/doc/docdata.lua +++ b/doc/docdata.lua @@ -107,9 +107,17 @@ local menu = }, }, --]] - { { "Introduction"}, "index.html"}, - -- "Using eLua" -- Menu Separator - +-- { { "Introduction"}, "index.html"}, + + -- "Status" + { {"Status"}, "status.html", + { + { { "Supported platforms", "Plataformas Suportadas" }, "status.html" }, + { { "Modules per platform table", "Módulos por plataforma" }, "status.html#plat_modules" }, + { { "Modules overview status", "Visão geral dos módulos" }, "status.html#gen_modules" }, + { { "Roadmap", "Planejamento Futuro" }, "status.html#roadmap" } + }, + }, { { "Generic info", "Doc Genérica" }, "using.html", { { { "Using eLua", "Usando eLua" }, "using.html",