mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
In our app, we use the font-awesome stylesheet, add it to our webpack bundle and use the appropriate class with the <i> tag. Here. although for font-awesome, we can use the stylesheet to do the same, we would need to use `webfonts-loader` for our custom icons. In this astro project, we want to follow the Astro way, and unplugin-icons fits better with the Astro way of doing things. See this topic on the discussion on how we chose unplugin-icons: https://chat.zulip.org/#narrow/channel/19-documentation/topic/Stage.202.3A.20Icons/near/2168842 |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.