remove manual inclusion of pages on index

* drop unavailable doc pages from release notes
* rename releases pages so they order in TOC
This commit is contained in:
steve-chavez
2023-05-08 08:58:09 -03:00
committed by Steve Chavez
parent 36300da16d
commit 79620396ed
23 changed files with 112 additions and 656 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ PostgREST can use a configuration file to tell it how to connect to the database
db-schemas = "api"
db-anon-role = "web_anon"
The configuration file has other :doc:`options <../configuration>`, but this is all we need.
The configuration file has other :ref:`options <configuration>`, but this is all we need.
If you are not using Docker, make sure that your port number is correct and replace `postgres` with the name of the database where you added the todos table.
Now run the server: