From 1f66a7d1955fd8da42aed6f480ae67887ae8f0d0 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:56:47 -0600 Subject: [PATCH] sdfad --- src/content/docs/index.mdx | 2 +- .../reference/{quickstart-guide.mdx => getting-started.mdx} | 2 +- src/overrides/SiteTitle.astro | 2 +- src/styles/global.css | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) rename src/content/docs/v4/reference/{quickstart-guide.mdx => getting-started.mdx} (98%) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 9276b0947..238da1f88 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: file: ~/assets/logo/sern-logo.svg actions: - text: npm create @sern/bot - link: /v4/reference/quickstart-guide + link: /v4/reference/getting-started icon: right-arrow variant: primary --- diff --git a/src/content/docs/v4/reference/quickstart-guide.mdx b/src/content/docs/v4/reference/getting-started.mdx similarity index 98% rename from src/content/docs/v4/reference/quickstart-guide.mdx rename to src/content/docs/v4/reference/getting-started.mdx index c9cca25bb..0a4c504b0 100644 --- a/src/content/docs/v4/reference/quickstart-guide.mdx +++ b/src/content/docs/v4/reference/getting-started.mdx @@ -29,4 +29,4 @@ Again, we recommend using [discordjs.guide](https://discordjs.guide/preparations A development command inside the CLI is in the works. For now, you have to restart the bot manually for your changes to take effect. -If you need help, feel free to ask on our [Discord](https://sern.dev/discord)! \ No newline at end of file +If you need help, feel free to ask on our [Discord](https://sern.dev/discord)! diff --git a/src/overrides/SiteTitle.astro b/src/overrides/SiteTitle.astro index 1c088143d..c0aebd140 100644 --- a/src/overrides/SiteTitle.astro +++ b/src/overrides/SiteTitle.astro @@ -12,7 +12,7 @@ interface Link { const links: Link[] = [ { name: "Docs", - href: "/v4/reference/quickstart-guide", + href: "/v4/reference/getting-started", }, { name: "Plugins", diff --git a/src/styles/global.css b/src/styles/global.css index f1d8c73cd..b5c61c956 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1 +1,3 @@ -@import "tailwindcss"; +@tailwind base; +@tailwind components; +@tailwind utilities;