Add URLs to Chinese translations of the PostgreSQL documentation.

This commit is contained in:
Jonathan S. Katz
2019-10-23 18:20:45 -04:00
parent e6c4ade543
commit 318d60d0fe
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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>