mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Add URLs to Chinese translations of the PostgreSQL documentation.
This commit is contained in:
@ -30,6 +30,7 @@ sitenav = {
|
||||
{'title': 'Documentation', 'link': '/docs/'},
|
||||
{'title': 'Manuals', 'link': '/docs/manuals/', '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': 'http://www.postgresql.jp/document/'},
|
||||
{'title': 'Russian', 'link': 'https://postgrespro.ru/docs/postgresql'},
|
||||
|
@ -28,6 +28,7 @@
|
||||
<dt>Translated Manuals</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li><a href="http://www.postgres.cn/docs" target="_blank">Chinese</a></li>
|
||||
<li><a href="http://docs.postgresql.fr" target="_blank">French</a></li>
|
||||
<li><a href="http://www.postgresql.jp/document/" target="_blank">Japanese</a></li>
|
||||
<li><a href="https://postgrespro.ru/docs/postgresql" target="_blank">Russian</a></li>
|
||||
|
Reference in New Issue
Block a user