From 318d60d0fe1959d8cefda7bbb0f6a5a81ae251e9 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 23 Oct 2019 18:20:45 -0400 Subject: [PATCH] Add URLs to Chinese translations of the PostgreSQL documentation. --- pgweb/util/contexts.py | 1 + templates/docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index 8b8dc6b2..fbf00365 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -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'}, diff --git a/templates/docs/index.html b/templates/docs/index.html index b36984d0..55d894c1 100644 --- a/templates/docs/index.html +++ b/templates/docs/index.html @@ -28,6 +28,7 @@
Translated Manuals