From 8070b847850276f3c9ac4b9fa62476c7ff068bfe Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Wed, 1 Dec 2021 10:47:44 -0800 Subject: [PATCH] help center: Remove outdated intro from index page. --- templates/zerver/help/index.md | 13 +------------ zerver/tests/test_middleware.py | 7 +------ 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/templates/zerver/help/index.md b/templates/zerver/help/index.md index d336ff9e3d..cba63e8d70 100644 --- a/templates/zerver/help/index.md +++ b/templates/zerver/help/index.md @@ -1,16 +1,5 @@ # Zulip help center -Zulip is a group chat app. Its most distinctive characteristic is that -conversation within an organization is divided into “**streams**” -and further subdivided into “**topics**”, so that -much finer-grained conversations are possible than with IRC or other -chat tools. - -Most people use Zulip on the Web. There are also mobile apps for -Android/iOS, and desktop apps for Mac/Linux/Windows, which can be -downloaded [here](https://zulip.com/apps/). - -One Zulip account, associated with a particular company, project, or team, -is known as an **organization**. +Welcome to the [Zulip](/) help center! {!sidebar_index.md!} diff --git a/zerver/tests/test_middleware.py b/zerver/tests/test_middleware.py index b1fe721315..ba10272364 100644 --- a/zerver/tests/test_middleware.py +++ b/zerver/tests/test_middleware.py @@ -124,12 +124,7 @@ class OpenGraphTest(ZulipTestCase): self.check_title_and_description( "/help/", "Zulip Help Center", - [ - ( - "Zulip is a group chat app. Its most distinctive characteristic is that " - "conversation within an organization is divided into “streams” and further " - ) - ], + [("Welcome to the Zulip")], [], )