summaryrefslogtreecommitdiff
path: root/pgweb/util
diff options
context:
space:
mode:
authorJonathan S. Katz2020-04-10 00:33:15 +0000
committerJonathan S. Katz2020-04-10 13:11:01 +0000
commit9ea881845521789f2a07dea3045452b4b6ffdf14 (patch)
treeee56989514753e50429e1a88ea7e5f5b98f5f66f /pgweb/util
parentb405302d973a31e212125081184ab8cf17b0be71 (diff)
Add "Related Projects" section to "Developers"
This provides information about other projects that people can contribute to outside of the core PostgreSQL software. Includes descriptions of each project, how they are used, and how one can get involved. Authors: Andreas 'ads' Scherbaum <ads@pgug.de>, myself
Diffstat (limited to 'pgweb/util')
-rw-r--r--pgweb/util/contexts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py
index fbf00365..ba8248a4 100644
--- a/pgweb/util/contexts.py
+++ b/pgweb/util/contexts.py
@@ -61,6 +61,7 @@ sitenav = {
]},
{'title': 'Mailing Lists', 'link': '/list/'},
{'title': 'Developer FAQ', 'link': 'https://wiki.postgresql.org/wiki/Developer_FAQ'},
+ {'title': 'Related Projects', 'link': '/developer/related-projects/'},
],
'support': [
{'title': 'Support', 'link': '/support/'},