mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
sdfad
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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)!
|
||||
@@ -12,7 +12,7 @@ interface Link {
|
||||
const links: Link[] = [
|
||||
{
|
||||
name: "Docs",
|
||||
href: "/v4/reference/quickstart-guide",
|
||||
href: "/v4/reference/getting-started",
|
||||
},
|
||||
{
|
||||
name: "Plugins",
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
@import "tailwindcss";
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
Reference in New Issue
Block a user