mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	We do not want icon + `Keyboard Tip:` to occupy it's own row. Our approach for this component and most of the logic is similar to ZulipTip. We prefer having separate components for note, tip and keyboard tip, that is why we have duplicated code between ZulipTip and KeyboardTip, we should think about having a single underlying component for both to avoid duplication in the future. We do not have any cases of non paragraph content in keyboard tip, so we have removed that chunk of code when copying over logic from ZulipTip.
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.