From 524ffe6acc88216cd3560dd6295ec597c376ec23 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 26 Oct 2020 14:52:30 -0700 Subject: [PATCH] docs: Rename postgres.md to postgresql.md. --- docs/_templates/layout.html | 2 +- docs/production/index.rst | 2 +- docs/production/{postgres.md => postgresql.md} | 0 docs/production/requirements.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/production/{postgres.md => postgresql.md} (100%) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 0840972edf..a6d869af31 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -5,7 +5,7 @@ # version e.g. to say that something is likely to have changed. # For more info see: https://www.sphinx-doc.org/en/master/templating.html #} - {% if pagename in ["production/video-calls"] and release.endswith('+git') %} + {% if pagename in ["production/postgresql", "production/video-calls"] and release.endswith('+git') %} {# # This page doesn't exist in the stable documentation yet. # This temporary workaround prevents CircleCI failure and should be removed after the next release. diff --git a/docs/production/index.rst b/docs/production/index.rst index d665a8801f..1910289db2 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -15,7 +15,7 @@ Zulip in production security-model authentication-methods export-and-import - postgres + postgresql upload-backends ssl-certificates email diff --git a/docs/production/postgres.md b/docs/production/postgresql.md similarity index 100% rename from docs/production/postgres.md rename to docs/production/postgresql.md diff --git a/docs/production/requirements.md b/docs/production/requirements.md index bb6afb3c2d..8c393cedd8 100644 --- a/docs/production/requirements.md +++ b/docs/production/requirements.md @@ -150,7 +150,7 @@ installing Zulip with a dedicated database server. * **Dedicated database**. For installations with hundreds of daily active users, we recommend using a [remote PostgreSQL - database](postgres.md), but it's not required. + database](postgresql.md), but it's not required. * **RAM:** We recommended more RAM for larger installations: * With 25+ daily active users, 4GB of RAM.