mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Serve help center build without relative links for zulip.com.
We have a copy of help center with relative links disabled which is reserved for root domains without an organisation on the root domain. Ideally, we should have some logic to determine whether we are on such a root domain or not. For practical short term purposes, since this type of documentation is mainly useful for zulip.com, we add an exception for zulip.com.
This commit is contained in:
committed by
Tim Abbott
parent
246fbf6d29
commit
7db29f29de
1
starlight_help/.gitignore
vendored
1
starlight_help/.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# build output
|
||||
dist/
|
||||
dist_no_relative_links/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
|
Reference in New Issue
Block a user