corporate: Replace /try-zulip with /?show_try_zulip_modal.

This commit removes the `/try-zulip` landing page.

The URLs are replaced with `chat.zulip.org/?show_try_zulip_modal`,
which leads to display a modal for spectators.

Fixes #34181.
This commit is contained in:
Prakhar Pratyush
2025-04-02 00:51:52 +05:30
committed by Tim Abbott
parent f64d7b6e28
commit 41df472d41
11 changed files with 12 additions and 92 deletions

View File

@@ -264,7 +264,6 @@ class DocPageTest(ZulipTestCase):
self._test("/security/", ["TLS encryption"])
self._test("/use-cases/", ["Use cases and customer stories"])
self._test("/why-zulip/", ["Why Zulip?"])
self._test("/try-zulip/", ["check out the Zulip app"])
# /for/... pages
self._test("/for/open-source/", ["for open source projects"])
self._test("/for/events/", ["for conferences and events"])