Page Not Found (404)

Looks like the page you requested doesn't exist.

postgres=# SELECT page FROM website WHERE url = '/docs/pgadmin4/6.14/getting_started.html';
 page
------
(0 rows)

Here are pages with the same name from other versions of the documentation that are available:

postgres=# SELECT version, title FROM docs WHERE page = 'getting_started.html';
 version     |                      title
-------------+------------------------------------------------
 9.14        | Getting Started — pgAdmin 4 9.14 documentation
 9.13        | Getting Started — pgAdmin 4 9.13 documentation
 9.12        | Getting Started — pgAdmin 4 9.12 documentation
 8.14        | Getting Started — pgAdmin 4 8.14 documentation
 7.8         | Getting Started — pgAdmin 4 7.8 documentation
 6.21        | Getting Started — pgAdmin 4 6.21 documentation
 Development | Getting Started — pgAdmin 4 9.14 documentation
(7 rows)