mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Update layout of documentation navigation pages
* Move links to current manuals to /docs/, decommission /docs/manuals/ * Add link to /docs/current/ with a large button * Add links to /docs/devel/ at the bottom of the version table * Remove translated manuals from left nav menu, since they are in the right one * Remove redundant wording around "comprehensive manual" * Clean up some incorrect template tags Discussion: https://www.postgresql.org/message-id/CABUevEymaWDL4JywHxBDBATUUPPrAf4_tGwin4CtGFdQ5tx5Hg@mail.gmail.com
This commit is contained in:
@ -30,12 +30,8 @@ sitenav = {
|
||||
],
|
||||
'docs': [
|
||||
{'title': 'Documentation', 'link': '/docs/'},
|
||||
{'title': 'Manuals', 'link': '/docs/manuals/', 'submenu': [
|
||||
{'title': 'Manuals', 'link': '/docs/', 'submenu': [
|
||||
{'title': 'Archive', 'link': '/docs/manuals/archive/'},
|
||||
{'title': 'Chinese', 'link': 'http://www.postgres.cn/docs'},
|
||||
{'title': 'French', 'link': 'https://docs.postgresql.fr/'},
|
||||
{'title': 'Japanese', 'link': 'https://www.postgresql.jp/document/'},
|
||||
{'title': 'Russian', 'link': 'https://postgrespro.ru/docs/postgresql'},
|
||||
]},
|
||||
{'title': 'Release Notes', 'link': '/docs/release/'},
|
||||
{'title': 'Books', 'link': '/docs/books/'},
|
||||
|
Reference in New Issue
Block a user