Files
zulip/help-beta
Shubham Padia d134c1fa01 help-beta: Pass fill property to component instead of str manipulation.
The reason we were doing string manipulation was that when using the
keyboard icon for KeyboardTip.astro, we were getting a blank spot if the
fill was not sent to currentColor. This commit instead passes the
currentColor for the imported unplugin icon directly. This commit only
addresses this specific component, any other instances of the icon color
being same as the page color still remain and this commit does not solve
that.
2025-05-16 11:05:39 -07:00
..

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.