diff --git a/README.md b/README.md index cd1b3e3417..6940ff676c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![Logo](static/bigger-logo.png "Logo") [![Donate](https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854)](https://www.patreon.com/postgrest) -[![Join the chat at https://gitter.im/begriffs/postgrest](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/begriffs/postgrest) [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://postgrest.org) [![Docker Stars](https://img.shields.io/docker/pulls/postgrest/postgrest.svg)](https://hub.docker.com/r/postgrest/postgrest/) [![Build Status](https://github.com/postgrest/postgrest/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/PostgREST/postgrest/actions?query=branch%3Amain) diff --git a/docs/index.rst b/docs/index.rst index f1eccf86eb..0351c40d7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,9 +16,6 @@ PostgREST Documentation .. image:: https://img.shields.io/docker/pulls/postgrest/postgrest.svg :target: https://hub.docker.com/r/postgrest/postgrest/ -.. image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg - :target: https://gitter.im/begriffs/postgrest - .. image:: https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854 :target: https://www.patreon.com/postgrest @@ -87,7 +84,7 @@ PostgREST has a focused scope. It works well with other tools like Nginx. This f Getting Support ---------------- -The project has a friendly and growing community. Join our `chat room `_ for discussion and help. You can also report or search for bugs/features on the Github `issues `_ page. +The project has a friendly and growing community. For discussions, use the Github `discussions page `_. You can also report or search for bugs/features on the Github `issues `_ page. .. toctree:: :glob: diff --git a/docs/tutorials/tut0.rst b/docs/tutorials/tut0.rst index 7b2ce647c3..02f690c698 100644 --- a/docs/tutorials/tut0.rst +++ b/docs/tutorials/tut0.rst @@ -15,12 +15,7 @@ To make an API we'll simply be building a database. All the endpoints and permis By the end of this tutorial you'll have a working database, PostgREST server, and a simple single-user todo list API. -Step 1. Relax, we'll help -------------------------- - -As you begin the tutorial, pop open the project `chat room `_ in another tab. There are a nice group of people active in the project and we'll help you out if you get stuck. - -Step 2. Install PostgreSQL +Step 1. Install PostgreSQL -------------------------- If you're already familiar with using PostgreSQL and have it installed on your system you can use the existing installation (see :ref:`pg-dependency` for minimum requirements). For this tutorial we'll describe how to use the database in Docker because database configuration is otherwise too complicated for a simple tutorial. @@ -35,7 +30,7 @@ If Docker is not installed, you can get it `here `_ for a list of downloads. In the event that your platform is not among those already pre-built, see :ref:`build_source` for instructions how to build it yourself. Also let us know to add your platform in the next release. @@ -91,7 +86,7 @@ If everything is working correctly it will print out its version and the availab

-Step 4. Create Database for API +Step 3. Create Database for API ------------------------------- Connect to the SQL console (psql) inside the container. To do so, run this from your command line: @@ -154,7 +149,7 @@ Now quit out of psql; it's time to start the API! \q -Step 5. Run PostgREST +Step 4. Run PostgREST --------------------- PostgREST can use a configuration file to tell it how to connect to the database. Create a file :code:`tutorial.conf` with this inside: diff --git a/nix/tools/release/docker-hub-full-description.md b/nix/tools/release/docker-hub-full-description.md index 4468b17ae8..9c23bf482f 100644 --- a/nix/tools/release/docker-hub-full-description.md +++ b/nix/tools/release/docker-hub-full-description.md @@ -1,6 +1,5 @@ # PostgREST -[![Join the chat at https://gitter.im/begriffs/postgrest](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/begriffs/postgrest) [![Donate](https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854)](https://www.patreon.com/postgrest) [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://postgrest.org) [![Build Status](https://github.com/postgrest/postgrest/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/PostgREST/postgrest/actions?query=branch%3Amain)