From 6d48acfd37a1e15f4a05eb719aa3300b5d3b9d02 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 24 Apr 2014 17:29:53 -0400 Subject: [PATCH] okay... wrote an index for help and organized stuff. lets do this! --- docs/{ => configuring}/databases.rst | 0 docs/{ => configuring}/proxies.rst | 0 docs/index.rst | 89 ++++++++++++++++++- .../cloud.rst} | 0 docs/{installing.rst => installing/os.rst} | 0 5 files changed, 85 insertions(+), 4 deletions(-) rename docs/{ => configuring}/databases.rst (100%) rename docs/{ => configuring}/proxies.rst (100%) rename docs/{installing_cloud.rst => installing/cloud.rst} (100%) rename docs/{installing.rst => installing/os.rst} (100%) diff --git a/docs/databases.rst b/docs/configuring/databases.rst similarity index 100% rename from docs/databases.rst rename to docs/configuring/databases.rst diff --git a/docs/proxies.rst b/docs/configuring/proxies.rst similarity index 100% rename from docs/proxies.rst rename to docs/configuring/proxies.rst diff --git a/docs/index.rst b/docs/index.rst index 4119d64013..6603503aef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,8 +11,8 @@ Installing NodeBB .. toctree:: :maxdepth: 2 - installing - installing_cloud + installing/os + installing/cloud .. _configuring: @@ -23,8 +23,89 @@ Configuring NodeBB .. toctree:: :maxdepth: 2 - databases - proxies + configuring/databases + configuring/proxies + +Administrating NodeBB +--------------------- + +.. toctree:: + :maxdepth: 2 + + admin/outline + admin/sso + +Contributing to NodeBB +---------------------- + +.. toctree:: + :maxdepth: 2 + + contributing/style-guide + contributing/resources + +Plugin System +------------- + +.. toctree:: + :maxdepth: 2 + + plugins/create + plugins/resources + +Widgets System +-------------- + +.. toctree:: + :maxdepth: 2 + + widgets/create + widgets/resources + +Theming Engine +-------------- + +.. toctree:: + :maxdepth: 2 + + themes/create + themes/templates + themes/resources + +Internationalization +-------------------- + +.. toctree:: + :maxdepth: 2 + + i8n/transifex + +Helping out the NodeBB Project +------------------------------ + +.. toctree:: + :maxdepth: 2 + + docs/contribute + docs/share + +Writing Documentation +--------------------- + +.. toctree:: + :maxdepth: 2 + + docs/sphinx + +Troubleshooting / Help!!! +------------------------- + +.. toctree:: + :maxdepth: 2 + + help/faq + help/bugs + help/help Indices and tables ================== diff --git a/docs/installing_cloud.rst b/docs/installing/cloud.rst similarity index 100% rename from docs/installing_cloud.rst rename to docs/installing/cloud.rst diff --git a/docs/installing.rst b/docs/installing/os.rst similarity index 100% rename from docs/installing.rst rename to docs/installing/os.rst