mirror of https://github.com/zulip/zulip.git
docs: Add SCIM page to list of new production/ pages.
This commit is contained in:
parent
1bfe48bce6
commit
ee673f1f5e
|
@ -6,7 +6,7 @@
|
||||||
# version e.g. to say that something is likely to have changed.
|
# 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
|
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
|
||||||
#}
|
#}
|
||||||
{% if pagename in ["production/modify", "production/upgrade"] and release.endswith('+git') %}
|
{% if pagename in ["production/modify", "production/upgrade", "production/scim"] and release.endswith('+git') %}
|
||||||
{#
|
{#
|
||||||
# This page doesn't exist in the stable documentation yet.
|
# This page doesn't exist in the stable documentation yet.
|
||||||
# This temporary workaround prevents test failures and should be removed after the next release.
|
# This temporary workaround prevents test failures and should be removed after the next release.
|
||||||
|
|
Loading…
Reference in New Issue