mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
We have not yet removed the help files. We can use this commit as a conversion commit since a lot more help changes will be merged before this PR gets merged. We will need to rebase on top of main, run conversion step in this commit, push those changes and then merge the PR. NOTE: This commit temporarily breaks the astro build since we have renamed the path in the MDX files from starlight_help/ to help/ early. That should be fine since astro build will not break any tests right now. We should squash this commit with the next commit removing help center files when merging into main and remove this NOTE.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/
or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.