This commit is contained in:
Jacob Nguyen
2025-01-29 10:56:47 -06:00
parent c0b74d72ab
commit 1f66a7d195
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ hero:
file: ~/assets/logo/sern-logo.svg
actions:
- text: <b>npm create @sern/bot</b>
link: /v4/reference/quickstart-guide
link: /v4/reference/getting-started
icon: right-arrow
variant: primary
---

View File

@@ -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.
<PackageManagers command="dev" text="" />
If you need help, feel free to ask on our [Discord](https://sern.dev/discord)!
If you need help, feel free to ask on our [Discord](https://sern.dev/discord)!

View File

@@ -12,7 +12,7 @@ interface Link {
const links: Link[] = [
{
name: "Docs",
href: "/v4/reference/quickstart-guide",
href: "/v4/reference/getting-started",
},
{
name: "Plugins",

View File

@@ -1 +1,3 @@
@import "tailwindcss";
@tailwind base;
@tailwind components;
@tailwind utilities;