diff --git a/docs/contributing/resources.rst b/docs/contributing/resources.rst deleted file mode 100644 index 63dba307fc..0000000000 --- a/docs/contributing/resources.rst +++ /dev/null @@ -1,8 +0,0 @@ -Developers Resources -==================== - -.. note:: - - This section is under construction. - -* `Building a new Admin Page `_ (Out of date) \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 049e8594b7..0b5afa0fe5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,7 +48,6 @@ Contributing to NodeBB :maxdepth: 2 contributing/style-guide - contributing/resources Plugin System ------------- @@ -58,7 +57,6 @@ Plugin System plugins/create plugins/hooks - plugins/resources Widgets System -------------- @@ -67,7 +65,6 @@ Widgets System :maxdepth: 2 widgets/create - widgets/resources Theming Engine -------------- @@ -77,7 +74,6 @@ Theming Engine themes/create themes/templates - themes/resources Internationalization -------------------- @@ -87,6 +83,14 @@ Internationalization i8n/transifex +Developer's Resources +--------------------- + +.. toctree:: + :maxdepth: 2 + + resources + Helping out the NodeBB Project ------------------------------ diff --git a/docs/plugins/resources.rst b/docs/plugins/resources.rst deleted file mode 100644 index 9dd1b697fd..0000000000 --- a/docs/plugins/resources.rst +++ /dev/null @@ -1,5 +0,0 @@ -Plugin Resources -================ - -* `Developing plugins with Grunt and Coffeescript `_ -* `Writing your first NodeBB plugin `_ diff --git a/docs/resources.rst b/docs/resources.rst new file mode 100644 index 0000000000..ae0f398dfc --- /dev/null +++ b/docs/resources.rst @@ -0,0 +1,27 @@ +Developer's Resources +===================== + + +.. note:: + + This section is under construction. + + +Core +---- + +* `Building a new Admin Page `_ (Out of date) + + +Plugins +------- + +* `Developing plugins with Grunt and Coffeescript `_ +* `Writing your first NodeBB plugin `_ + + +Themes +------ + +Widgets +------- \ No newline at end of file diff --git a/docs/themes/resources.rst b/docs/themes/resources.rst deleted file mode 100644 index 256c8a396a..0000000000 --- a/docs/themes/resources.rst +++ /dev/null @@ -1,11 +0,0 @@ -Themes Resources -================ - - -testing - - -testing -------- - -testing \ No newline at end of file diff --git a/docs/widgets/resources.rst b/docs/widgets/resources.rst deleted file mode 100644 index 6d99562f91..0000000000 --- a/docs/widgets/resources.rst +++ /dev/null @@ -1,11 +0,0 @@ -Widget Resources -================ - - -testing - - -testing -------- - -testing \ No newline at end of file