zulip/help-beta
Shubham Padia 619a19a63b help-beta: Add grouping to the left sidebar.
Fixes #31251.
All these values have been taken from `sidebar_index.md`. We will worry
about syncing that file and the starlight sidebar config option later on
during the `help-beta` migration.
Instead of using `.home-link` class to insert the black left-pointing
triangle, we are just using the unicode character directly in
astro.config.mjs.
We've also added a class because we wanted a section header in sidebar
for `Zulip Administration` without it acting as a group for all the
links below it. It is bit of a hacky approach but workable for now
considering we only have 1 instance where we are using it. `rem` was
used as the unit for font-size since that is the unit being used by
starlight for it's font size too.
2024-08-30 11:42:02 -07:00
..
src help-beta: Add grouping to the left sidebar. 2024-08-30 11:42:02 -07:00
.gitignore
README.md
astro.config.mjs help-beta: Add grouping to the left sidebar. 2024-08-30 11:42:02 -07:00
package.json dependencies: Upgrade JavaScript dependencies. 2024-08-26 07:44:14 -07:00
tsconfig.json

README.md

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.