From b21d93cdd2d3647835b1b1201ba5e41872357605 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 17 Mar 2023 23:32:22 -0700 Subject: [PATCH] help: Fix import-self-hosted-server-tips indentation. Signed-off-by: Anders Kaseorg --- help/import-from-gitter.md | 2 +- help/import-from-mattermost.md | 4 ++-- help/import-from-rocketchat.md | 2 +- help/import-from-slack.md | 2 +- help/include/import-self-hosted-server-tips.md | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/help/import-from-gitter.md b/help/import-from-gitter.md index fe20c3ff72..2cd3d80fb8 100644 --- a/help/import-from-gitter.md +++ b/help/import-from-gitter.md @@ -72,7 +72,7 @@ to export all public channel messages. (`EXTERNAL_HOST`) of the Zulip installation, run the following commands. -{!import-self-hosted-server-tips.md!} + {!import-self-hosted-server-tips.md!} ``` cd /home/zulip/deployments/current diff --git a/help/import-from-mattermost.md b/help/import-from-mattermost.md index fdbeeadb1a..2d02f3087b 100644 --- a/help/import-from-mattermost.md +++ b/help/import-from-mattermost.md @@ -184,7 +184,7 @@ Replace `` and `` with the appropriate values below. (`EXTERNAL_HOST`) of the Zulip installation, run the following commands, replacing `` with the name of the Mattermost team you want to import. -{!import-self-hosted-server-tips.md!} + {!import-self-hosted-server-tips.md!} ``` cd /home/zulip/deployments/current @@ -216,7 +216,7 @@ Replace `` and `` with the appropriate values below. (`EXTERNAL_HOST`) of the Zulip installation, run the following commands, replacing `` with the name of the Mattermost team you want to import. -{!import-self-hosted-server-tips.md!} + {!import-self-hosted-server-tips.md!} ``` unzip latest_export.zip -d /tmp/my_mattermost_export diff --git a/help/import-from-rocketchat.md b/help/import-from-rocketchat.md index 3179976484..0affc83e71 100644 --- a/help/import-from-rocketchat.md +++ b/help/import-from-rocketchat.md @@ -69,7 +69,7 @@ be your **exported data** file in the instructions below. (`EXTERNAL_HOST`) of the Zulip installation, run the following commands. -{!import-self-hosted-server-tips.md!} + {!import-self-hosted-server-tips.md!} ``` cd /home/zulip/deployments/current diff --git a/help/import-from-slack.md b/help/import-from-slack.md index 36efbdbbff..5937da0661 100644 --- a/help/import-from-slack.md +++ b/help/import-from-slack.md @@ -100,7 +100,7 @@ in order to export direct message data. (`EXTERNAL_HOST`) of the Zulip installation, run the following commands, replacing `` with your Slack **Bot User OAuth Token**. -{!import-self-hosted-server-tips.md!} + {!import-self-hosted-server-tips.md!} ``` cd /home/zulip/deployments/current diff --git a/help/include/import-self-hosted-server-tips.md b/help/include/import-self-hosted-server-tips.md index 522852354e..c49d36ad06 100644 --- a/help/include/import-self-hosted-server-tips.md +++ b/help/include/import-self-hosted-server-tips.md @@ -1,8 +1,8 @@ - !!! tip "" +!!! tip "" - * The import could take several minutes to run, - depending on how much data you're importing. + * The import could take several minutes to run, + depending on how much data you're importing. - * The server stop/restart commands are only - necessary when importing on a server with minimal - RAM, where an OOM kill might otherwise occur. + * The server stop/restart commands are only + necessary when importing on a server with minimal + RAM, where an OOM kill might otherwise occur.