starlight_help: Move help-beta over to starlight_help.

We are starting the cutover process and starlight_help is the directory
we have agreed on to place our new help center project. We do not want
to use `starlight_help` as the URL for the project, but this commit
changes the url from `help-beta` to `starlight_help` temporarily since
we can only change URL once we get rid of the current help center
project. That will be done in a future commit.
This commit is contained in:
Shubham Padia
2025-08-06 11:05:27 +00:00
committed by Tim Abbott
parent fb49e5e420
commit 3e60b16ac1
33 changed files with 39 additions and 51 deletions

View File

@@ -276,7 +276,7 @@ export default tseslint.config(
},
},
{
files: ["help-beta/src/scripts/client/**"],
files: ["starlight_help/src/scripts/client/**"],
rules: {
"unicorn/prefer-module": "off",
},
@@ -311,9 +311,9 @@ export default tseslint.config(
...astroConfigs.recommended,
{
files: [
"help-beta/src/components/ZulipNote.astro",
"help-beta/src/components/ZulipTip.astro",
"help-beta/src/components/KeyboardTip.astro",
"starlight_help/src/components/ZulipNote.astro",
"starlight_help/src/components/ZulipTip.astro",
"starlight_help/src/components/KeyboardTip.astro",
],
rules: {
"import/unambiguous": "off",