Skip to content

Commit 1348244

Browse files
committed
things
1 parent ccebab3 commit 1348244

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

docs/src/app/layout.config.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { SiGithub } from "react-icons/si";
1616
export const linkItems: LinkItemType[] = [
1717
{
1818
type: "icon",
19-
url: "https://antiraid.xyz/discord",
19+
url: "https://discord.gg/3z65bpPWhC",
2020
text: "Support",
2121
icon: <FaDiscord />,
2222
external: true,
@@ -55,22 +55,22 @@ export const baseOptions: BaseLayoutProps = {
5555
{
5656
icon: <FaCogs />,
5757
text: "User Guide",
58-
description: "How to guide on setting up AntiRaid",
58+
description: "How to guide on setting up LuaTS",
5959
url: "/docs/user",
6060
},
6161
{
6262
icon: <FaBook />,
63-
text: "Developer's Guide",
63+
text: "API Refrence",
6464
description:
65-
"Everything you need to know about AntiRaid's infrastructure.",
66-
url: "/docs/dev",
65+
"API level knowledge for using LuaTS",
66+
url: "/docs/api-refrence",
6767
},
6868
{
6969
icon: <FaDownload />,
70-
text: "Setup Guide",
70+
text: "Plugins",
7171
description:
72-
"Everything you need to know on how to setup AntiRaid on your local server.",
73-
url: "/docs/dev/hosting",
72+
"LuaTS provides a comprehensive plugin system that allows you to customize and extend the type generation process.",
73+
url: "/docs/plugins",
7474
},
7575
],
7676
},

docs/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export const metadata: Metadata = {
3131
alt: "LuaTS - A TypeScript library for parsing, formatting, and providing type interfaces for Lua and Luau code.",
3232
},
3333
},
34-
description:
35-
"AntiRaid offers powerful, automated protection for your Discord server. Designed to combat spam, harmful bots, and disruptive behavior, our advanced moderation technology ensures a safe and welcoming environment. With AntiRaid, you can focus on engaging with your community while we handle the security, providing real-time defense against potential threats...",
3634
};
3735

3836
export const viewport: Viewport = {

docs/src/app/og/[...slug]/og.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ImageResponseOptions } from "next/dist/compiled/@vercel/og/types";
22
import { ImageResponse } from "next/og";
33
import type { ReactElement, ReactNode } from "react";
44

5-
const title = "AntiRaid";
5+
const title = "LuaTS";
66

77
interface GenerateProps {
88
title: ReactNode;
@@ -67,8 +67,8 @@ export function generate({
6767
}}
6868
>
6969
<img
70-
src="https://avatars.githubusercontent.com/u/83183936?s=200&v=4"
71-
alt="AntiRaid Logo"
70+
src="https://raw.githubusercontent.com/CodeMeAPixel/LuaTS/ccebab352538f86cf5347bc81bbd1e0db409cbb3/docs/public/logo.svg"
71+
alt="LuaTS Logo"
7272
width={58}
7373
height={58}
7474
style={{

0 commit comments

Comments
 (0)