mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Earlier, we were just renaming the files in help/include and copying them over. Which meant that none of the mdx features or any of the components we add could be used there. We could also not support nested imports which are a part of the help/include files. We also set an explcit height and width of 1em for icons, since some odd behaviour for icon height and width was noticed when writing this commit. unplugin-icons sets height and width by itself. It was setting the height to 1024 and 960 for some icons. It is better to set the height explicitly.
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.