mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Fixes #35119. In the old help center, our css used to target each heading tag, h1, h2, etc. individually. We don't need to do that anymore since the first child of .sl-heading-wrapper is the heading element in starlight. The rounded border on the top left and top right has been removed since it did not look good with the default starlight theme.
Help center (beta) documentation
This directory is part of an ongoing migration project to convert our help center documentation to use starlight and add search to the docs at the same time.
The status of the project can be tracked at this umbrella issue: https://github.com/zulip/zulip/issues/30450
If you are a developer, you can refer to /devtools page on your zulip
installation to know what commands to use to run the project for
development.