mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +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': 'Documentation', 'link': '/docs/'},
|
||||||
{'title': 'Manuals', 'link': '/docs/manuals/', 'submenu': [
|
{'title': 'Manuals', 'link': '/docs/manuals/', 'submenu': [
|
||||||
{'title': 'Archive', 'link': '/docs/manuals/archive/'},
|
{'title': 'Archive', 'link': '/docs/manuals/archive/'},
|
||||||
|
{'title': 'Chinese', 'link': 'http://www.postgres.cn/docs'},
|
||||||
{'title': 'French', 'link': 'https://docs.postgresql.fr/'},
|
{'title': 'French', 'link': 'https://docs.postgresql.fr/'},
|
||||||
{'title': 'Japanese', 'link': 'http://www.postgresql.jp/document/'},
|
{'title': 'Japanese', 'link': 'http://www.postgresql.jp/document/'},
|
||||||
{'title': 'Russian', 'link': 'https://postgrespro.ru/docs/postgresql'},
|
{'title': 'Russian', 'link': 'https://postgrespro.ru/docs/postgresql'},
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
<dt>Translated Manuals</dt>
|
<dt>Translated Manuals</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<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://docs.postgresql.fr" target="_blank">French</a></li>
|
||||||
<li><a href="http://www.postgresql.jp/document/" target="_blank">Japanese</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>
|
<li><a href="https://postgrespro.ru/docs/postgresql" target="_blank">Russian</a></li>
|
||||||
|
Reference in New Issue
Block a user