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:
Magnus Hagander
2020-11-23 17:05:11 +01:00
parent 2e7261a494
commit 24a48d2037
6 changed files with 64 additions and 74 deletions

View File

@ -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/'},