Add notice about single Linux static executable

Reorder development page in the toctree
This commit is contained in:
steve-chavez
2020-05-22 14:36:56 -05:00
committed by Steve Chavez
parent 5e44c8160f
commit 0b998e91d6
3 changed files with 19 additions and 8 deletions
+10 -8
View File
@@ -139,17 +139,10 @@ Explanations of some key concepts in PostgREST.
install.rst
.. toctree::
:caption: Development
:hidden:
development.rst
- :doc:`Authentication <auth>`
- :doc:`Schema Structure <schema_structure>`
- :doc:`Administration <admin>`
- :doc:`Installation <install>`
- :doc:`Development <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 <development>`
.. toctree::
:caption: Development
:hidden:
development.rst
Release Notes
-------------
+1
View File
@@ -1,3 +1,4 @@
.. _install:
Installation
============
+8
View File
@@ -25,6 +25,14 @@ Fixed
* Fix PUT restriction for including all columns in payload
|br| -- `@steve-chavez <https://github.com/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
------