PostgREST/postgrest-docs

The table of configuration parameters is not responsive

laurenceisla opened this issue · 1 comments

On vertical screens, the table does not show the env/database configuration names:

test

We could:

@laurenceisla Good catch!

So when I put it all in the table my motivation was to DRY the configs.

Rollback to env/database names below each configuration, e.g.:

I believe that's the solution. So for example on https://postgrest.org/en/v11.1/references/connection_pool.html#dynamic-connection-pool, I have to inline the default value of the config. If each default is on the config section that wouldn't be needed because I can link and the default will be visible immediately.

So to DRY things we need to remove the table and go back to the previous layout.