diff --git a/ecosystem.rst b/ecosystem.rst
index 68d6f5bd9..787a8b75d 100644
--- a/ecosystem.rst
+++ b/ecosystem.rst
@@ -14,6 +14,14 @@ Community Tutorials
* `"CodeLess" backend using postgres, postgrest and oauth2 authentication with keycloak `_ -
A step-by-step tutorial for using PostgREST with KeyCloak(hosted on a managed service).
+.. _templates:
+
+Templates
+---------
+
+* `compose-postgrest `_ - docker-compose setup with Nginx and HTML example
+* `svelte-postgrest-template `_ - Svelte/SvelteKit, PostgREST, EveryLayout and social auth - `blog post `_
+
.. _eco_example_apps:
Example Apps
@@ -22,7 +30,6 @@ Example Apps
* `chronicle `_ - tracking a tree of personal memories
* `cloudgov-demo-postgrest `_ - demo for a federally-compliant REST API on cloud.gov
* `code-du-travail-backoffice `_ - data administration portal for the official French Labor Code and Agreements
-* `compose-postgrest `_ - docker-compose setup with Nginx and HTML example
* `delibrium-postgrest `_ - example school API and front-end in Vue.js
* `elm-workshop `_ - building a simple database query UI
* `ember-postgrest-dynamic-ui `_ - generating Ember forms to edit data
@@ -45,7 +52,6 @@ Example Apps
* `PostgrestSkeleton `_ - Docker Compose, PostgREST, Nginx and Auth0
* `PostGUI `_ - React Material UI admin panel
* `prospector `_ - data warehouse and visualization platform
-* `svelte-postgrest-template `_ - Svelte/SvelteKit, PostgREST, EveryLayout and social auth
.. _dev_ops:
diff --git a/index.rst b/index.rst
index 65522fad5..eb891698b 100644
--- a/index.rst
+++ b/index.rst
@@ -209,7 +209,10 @@ PostgREST has a growing ecosystem of examples, libraries, and experiments. Here
ecosystem.rst
+* :ref:`community_tutorials`
+* :ref:`templates`
* :ref:`eco_example_apps`
+* :ref:`dev_ops`
* :ref:`eco_external_notification`
* :ref:`eco_extensions`
* :ref:`clientside_libraries`
diff --git a/releases/upcoming.rst b/releases/upcoming.rst
index e5dc3541b..36fd101b1 100644
--- a/releases/upcoming.rst
+++ b/releases/upcoming.rst
@@ -38,6 +38,7 @@ Added
* Documentation improvements
+ Added :ref:`nested_embedding` to the :ref:`resource_embedding` section.
+ + Added the :ref:`templates` section to the :doc:`Ecosystem `.
Fixed
-----
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 000000000..163f583b5
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+docutils==0.17.1
\ No newline at end of file