Browse Source

Make Community sections more prominent

Also merge Tutorials and Resources docs.
The new Tutorials doc could do with an update.
Rémi Verschelde 6 years ago
parent
commit
4960089d95
5 changed files with 25 additions and 32 deletions
  1. 4 4
      community/channels.rst
  2. 0 11
      community/index.rst
  3. 0 13
      community/resources.rst
  4. 15 3
      community/tutorials.rst
  5. 6 1
      index.rst

+ 4 - 4
community/channels.rst

@@ -1,7 +1,7 @@
 .. _doc_community_channels:
 
-Channels
-========
+Community channels
+==================
 
 So, where is the Godot community and where can you ask questions and get help?
 
@@ -9,8 +9,8 @@ Note that some of these channels are run and moderated by members of the Godot c
 
 A brief overview over these channels is also available on the `website <https://godotengine.org/community>`_.
 
-Q & A
------
+Q&A
+---
 
 - `Official Godot Questions & Answers <https://godotengine.org/qa/>`_
 

+ 0 - 11
community/index.rst

@@ -1,11 +0,0 @@
-Community
-=========
-
-.. toctree::
-   :maxdepth: 1
-   :name: toc-community
-
-   contributing/index
-   channels
-   tutorials
-   resources

+ 0 - 13
community/resources.rst

@@ -1,13 +0,0 @@
-.. _doc_community_resources:
-
-Resources
-=========
-
-This is a list of third-party resources created by the community that may be of interest.
-
-General
----------------
-
-- `awesome-godot: A curated list of resources by Calinou <https://github.com/Calinou/awesome-godot>`_
-- `Zeef Godot Engine: A curated directory of resources by Andre Schmitz <https://godot-engine.zeef.com/andre.antonio.schmitz>`_
-- `KidsCanCode: An ongoing tutorial series <http://kidscancode.org/blog/tags/godot/>`_

+ 15 - 3
community/tutorials.rst

@@ -1,9 +1,10 @@
 .. _doc_community_tutorials:
 
-Tutorials
-=========
+Tutorials and resources
+=======================
 
-This is a list of third-party tutorials created by the community that may be of interest.
+This is a list of third-party tutorials and other resources created by the community
+that may be of interest.
 
 Video tutorials
 ---------------
@@ -13,3 +14,14 @@ Video tutorials
 - `Game from Scratch: Godot 3 Tutorial Series <https://www.youtube.com/watch?v=iDEcP8Mc-7s&list=PLS9MbmO_ssyDk79j9ewONxV88fD5e_o5d>`_
 - `HeartBeast <https://www.youtube.com/watch?v=wETY5_9kFtA&list=PL9FzW-m48fn2jlBu_0DRh7PvAt-GULEmd>`_
 - `Steincodes <https://www.youtube.com/c/steincodes/playlists>`_
+
+Text tutorials
+--------------
+
+- `KidsCanCode: An ongoing tutorial series <http://kidscancode.org/blog/tags/godot/>`_
+
+Resources
+---------
+
+- `awesome-godot: A curated list of resources by Calinou <https://github.com/Calinou/awesome-godot>`_
+- `Zeef Godot Engine: A curated directory of resources by Andre Schmitz <https://godot-engine.zeef.com/andre.antonio.schmitz>`_

+ 6 - 1
index.rst

@@ -103,6 +103,7 @@ The main documentation for the site is organized into the following sections:
    tutorials/misc/index
    tutorials/debug/index
 
+
 .. toctree::
    :maxdepth: 1
    :caption: Development
@@ -112,6 +113,7 @@ The main documentation for the site is organized into the following sections:
    development/cpp/index
    development/file_formats/index
 
+
 .. toctree::
    :maxdepth: 1
    :caption: Creating Content
@@ -125,7 +127,10 @@ The main documentation for the site is organized into the following sections:
    :caption: Community
    :name: sec-community
 
-   community/index
+   community/contributing/index
+   community/channels
+   community/tutorials
+   community/resources
 
 
 .. toctree::