diff --git a/index.rst b/index.rst index 59d1b2928..4dbbf94fb 100644 --- a/index.rst +++ b/index.rst @@ -139,17 +139,10 @@ Explanations of some key concepts in PostgREST. install.rst -.. toctree:: - :caption: Development - :hidden: - - development.rst - - :doc:`Authentication ` - :doc:`Schema Structure ` - :doc:`Administration ` - :doc:`Installation ` -- :doc:`Development ` .. _how_tos: @@ -184,7 +177,16 @@ PostgREST has a growing ecosystem of examples, libraries, and experiments. Here * :ref:`eco_external_notification` * :ref:`eco_extensions` * :ref:`clientside_libraries` -* :ref:`eco_commercial` + +For helping with development, see the following page. + +* :doc:`Development ` + +.. toctree:: + :caption: Development + :hidden: + + development.rst Release Notes ------------- diff --git a/install.rst b/install.rst index 0028b2bec..fdc192342 100644 --- a/install.rst +++ b/install.rst @@ -1,3 +1,4 @@ +.. _install: Installation ============ diff --git a/releases/v7.0.1.rst b/releases/v7.0.1.rst index 2d64ee518..5c7d64eee 100644 --- a/releases/v7.0.1.rst +++ b/releases/v7.0.1.rst @@ -25,6 +25,14 @@ Fixed * Fix PUT restriction for including all columns in payload |br| -- `@steve-chavez `_ +* Documentation improvements + + + Added package managers to :ref:`install`. + +Changed +------- + +* From this version onwards, the release page will only include a single Linux static executable that can be run on any Linux distribution. Thanks ------