From 87fee232bc34795912e4afdcd9d95825c80745c6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 24 Apr 2014 17:40:30 -0400 Subject: [PATCH] completed the skeleton files for all the docs --- docs/admin/outline.rst | 11 +++++++++++ docs/admin/sso.rst | 11 +++++++++++ docs/admin/uploads.rst | 21 +++++++++++++++++++++ docs/contributing/resources.rst | 11 +++++++++++ docs/contributing/style-guide.rst | 11 +++++++++++ docs/docs/sphinx.rst | 11 +++++++++++ docs/help/bugs.rst | 11 +++++++++++ docs/help/faq.rst | 11 +++++++++++ docs/help/help.rst | 11 +++++++++++ docs/helping/contribute.rst | 11 +++++++++++ docs/helping/share.rst | 11 +++++++++++ docs/i8n/transifex.rst | 11 +++++++++++ docs/index.rst | 5 +++-- docs/plugins/create.rst | 11 +++++++++++ docs/plugins/resources.rst | 11 +++++++++++ docs/themes/create.rst | 11 +++++++++++ docs/themes/resources.rst | 11 +++++++++++ docs/themes/templates.rst | 11 +++++++++++ docs/widgets/create.rst | 11 +++++++++++ docs/widgets/resources.rst | 11 +++++++++++ 20 files changed, 222 insertions(+), 2 deletions(-) create mode 100644 docs/admin/outline.rst create mode 100644 docs/admin/sso.rst create mode 100644 docs/admin/uploads.rst create mode 100644 docs/contributing/resources.rst create mode 100644 docs/contributing/style-guide.rst create mode 100644 docs/docs/sphinx.rst create mode 100644 docs/help/bugs.rst create mode 100644 docs/help/faq.rst create mode 100644 docs/help/help.rst create mode 100644 docs/helping/contribute.rst create mode 100644 docs/helping/share.rst create mode 100644 docs/i8n/transifex.rst create mode 100644 docs/plugins/create.rst create mode 100644 docs/plugins/resources.rst create mode 100644 docs/themes/create.rst create mode 100644 docs/themes/resources.rst create mode 100644 docs/themes/templates.rst create mode 100644 docs/widgets/create.rst create mode 100644 docs/widgets/resources.rst diff --git a/docs/admin/outline.rst b/docs/admin/outline.rst new file mode 100644 index 0000000000..9cd13ecbf9 --- /dev/null +++ b/docs/admin/outline.rst @@ -0,0 +1,11 @@ +Administrative Functions +======================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/admin/sso.rst b/docs/admin/sso.rst new file mode 100644 index 0000000000..cb9119ac44 --- /dev/null +++ b/docs/admin/sso.rst @@ -0,0 +1,11 @@ +Enabling Social Network Logins +============================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/admin/uploads.rst b/docs/admin/uploads.rst new file mode 100644 index 0000000000..fbaa1bb64d --- /dev/null +++ b/docs/admin/uploads.rst @@ -0,0 +1,21 @@ +File / Image Uploading +====================== + +testing + + +Enabling Imgur Image Uploads +---------------------------- + +testing + + +Enabling Local Uploading +------------------------ + +testing + +Uploading to Amazon S3 +----------------------- + +testing \ No newline at end of file diff --git a/docs/contributing/resources.rst b/docs/contributing/resources.rst new file mode 100644 index 0000000000..606d98be78 --- /dev/null +++ b/docs/contributing/resources.rst @@ -0,0 +1,11 @@ +Resources +========= + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/contributing/style-guide.rst b/docs/contributing/style-guide.rst new file mode 100644 index 0000000000..f451ae18d6 --- /dev/null +++ b/docs/contributing/style-guide.rst @@ -0,0 +1,11 @@ +NodeBB Style Guide +================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/docs/sphinx.rst b/docs/docs/sphinx.rst new file mode 100644 index 0000000000..9a8870fb05 --- /dev/null +++ b/docs/docs/sphinx.rst @@ -0,0 +1,11 @@ +Writing Documentation +===================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/help/bugs.rst b/docs/help/bugs.rst new file mode 100644 index 0000000000..14acc01271 --- /dev/null +++ b/docs/help/bugs.rst @@ -0,0 +1,11 @@ +Submitting Bugs on our Issue Tracker +==================================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/help/faq.rst b/docs/help/faq.rst new file mode 100644 index 0000000000..b071d4e661 --- /dev/null +++ b/docs/help/faq.rst @@ -0,0 +1,11 @@ +Frequently Asked Questions +========================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/help/help.rst b/docs/help/help.rst new file mode 100644 index 0000000000..e88e3ef47f --- /dev/null +++ b/docs/help/help.rst @@ -0,0 +1,11 @@ +Ask the NodeBB Community +======================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/helping/contribute.rst b/docs/helping/contribute.rst new file mode 100644 index 0000000000..79435e1675 --- /dev/null +++ b/docs/helping/contribute.rst @@ -0,0 +1,11 @@ +Helping out the NodeBB Project +============================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/helping/share.rst b/docs/helping/share.rst new file mode 100644 index 0000000000..1639b0e1f0 --- /dev/null +++ b/docs/helping/share.rst @@ -0,0 +1,11 @@ +Share and promote the NodeBB project +==================================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/i8n/transifex.rst b/docs/i8n/transifex.rst new file mode 100644 index 0000000000..50f50de1a4 --- /dev/null +++ b/docs/i8n/transifex.rst @@ -0,0 +1,11 @@ +NodeBB Internationalization +============================ + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 6603503aef..d23b54db46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,6 +34,7 @@ Administrating NodeBB admin/outline admin/sso + admin/uploads Contributing to NodeBB ---------------------- @@ -86,8 +87,8 @@ Helping out the NodeBB Project .. toctree:: :maxdepth: 2 - docs/contribute - docs/share + helping/contribute + helping/share Writing Documentation --------------------- diff --git a/docs/plugins/create.rst b/docs/plugins/create.rst new file mode 100644 index 0000000000..cd660a1c2d --- /dev/null +++ b/docs/plugins/create.rst @@ -0,0 +1,11 @@ +Writing Plugins for NodeBB +========================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/plugins/resources.rst b/docs/plugins/resources.rst new file mode 100644 index 0000000000..e3c5748c87 --- /dev/null +++ b/docs/plugins/resources.rst @@ -0,0 +1,11 @@ +Plugin Resources +================ + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/themes/create.rst b/docs/themes/create.rst new file mode 100644 index 0000000000..3a8f4fe385 --- /dev/null +++ b/docs/themes/create.rst @@ -0,0 +1,11 @@ +Creating a new NodeBB Theme +=========================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/themes/resources.rst b/docs/themes/resources.rst new file mode 100644 index 0000000000..256c8a396a --- /dev/null +++ b/docs/themes/resources.rst @@ -0,0 +1,11 @@ +Themes Resources +================ + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/themes/templates.rst b/docs/themes/templates.rst new file mode 100644 index 0000000000..c378fb07a0 --- /dev/null +++ b/docs/themes/templates.rst @@ -0,0 +1,11 @@ +NodeBB's Templating Engine +========================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/widgets/create.rst b/docs/widgets/create.rst new file mode 100644 index 0000000000..7762659693 --- /dev/null +++ b/docs/widgets/create.rst @@ -0,0 +1,11 @@ +Writing Widgets for NodeBB +========================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/widgets/resources.rst b/docs/widgets/resources.rst new file mode 100644 index 0000000000..6d99562f91 --- /dev/null +++ b/docs/widgets/resources.rst @@ -0,0 +1,11 @@ +Widget Resources +================ + + +testing + + +testing +------- + +testing \ No newline at end of file