diff --git a/docs/documentation/integrations.md b/docs/documentation/integrations.md index 69decaa248..90c868b4cd 100644 --- a/docs/documentation/integrations.md +++ b/docs/documentation/integrations.md @@ -130,9 +130,6 @@ Here are a few common macros used to document Zulip's integrations: - `{!webhook-url.md!}` - Used internally by `{!create-bot-construct-url.md!}` to generate the webhook URL. -- `{!zulip-config.md!}` - Used internally by `{!change-zulip-config-file.md!}` - to specify the lines in the config file for a non-webhook integration. - - `{!webhook-url-with-bot-email.md!}` - Used in certain non-webhook integrations to generate URLs of the form: diff --git a/templates/zerver/help/include/zulip-config.md b/templates/zerver/help/include/zulip-config.md deleted file mode 100644 index f88fc7aec1..0000000000 --- a/templates/zerver/help/include/zulip-config.md +++ /dev/null @@ -1,5 +0,0 @@ -``` -ZULIP_USER = "{{ integration_name }}-bot@example.com" -ZULIP_API_KEY = "0123456789abcdef0123456789abcdef" -ZULIP_SITE = "{{ api_url }}" -```