zulip/starlight_help
Shubham Padia 35c6dec2b9 help: Ensure trailingSlash is set to never.
Sidebar links were adding a trailing slash to each of the pages. Our
canonical URLs don't have a trailing slash. This will probably also stop
starlight from adding trailing slash at other unexpected places.

When running the astro dev server, if a page has a trailing slash, we
will get a page from astro asking to remove that slash. That will not
happen in static build mode or production since we don't use astro's
serving mechanisms there.
2025-09-11 13:46:58 -04:00
..
src remark: Type-check Remark configuration. 2025-09-10 09:44:44 -07:00
.gitignore help: Serve help center build without relative links for zulip.com. 2025-09-03 09:28:15 -07:00
astro.config.mjs help: Ensure trailingSlash is set to never. 2025-09-11 13:46:58 -04:00
package.json help: Pre compress astro build files before serving. 2025-09-11 10:50:10 -04:00
tsconfig.json starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00