zulip/help-beta
Shubham Padia 9d9b0c01fc help-beta: Add KeyboardTip component.
We also add unplugin types to tsconfig.json. We didn't need them before
since those types were not used in any astro components and were used in
mdx files directly instead.

We have an open PR to the upstream starlight repository to add support
for custom icons in the Aside starlight component. The PR is stalled
due to dependency on some of the custom icons work being done on
starlight. We should replace the code below with the Aside starlight
component along with a custom icon (keyboard in out case).
Not linking it directly to avoid necessary mentions on the original PR
whenever this commit is pushed. The PR number is 2261 in
https://github.com/withastro/starlight.
2025-05-15 11:53:40 -07:00
..
src help-beta: Add KeyboardTip component. 2025-05-15 11:53:40 -07:00
.gitignore help-beta: Convert our custom file import syntax to astro. 2025-04-15 13:55:09 -07:00
astro.config.mjs help-beta: Set svg fill color explicitly to currentColor. 2025-05-15 11:53:40 -07:00
package.json help-beta: Add support for displaying font-awesome icons. 2025-05-12 18:13:26 -07:00
README.md help-beta: Add development instructions and umbrella issue to README. 2024-08-02 18:18:01 -07:00
tsconfig.json help-beta: Add KeyboardTip component. 2025-05-15 11:53:40 -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.