Skip to content

Commit 664f89a

Browse files
committed
update docs again
1 parent 95353e8 commit 664f89a

16 files changed

Lines changed: 3133 additions & 203 deletions

app/(docs)/docs/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const docsOptions: DocsLayoutProps = {
3030
},
3131
{
3232
title: "Guides",
33-
icon: <FixFXIcon className="m-0 size-6 md:mb-7" stroke="#2563eb" />,
33+
icon: <FixFXIcon className="m-0 size-6 md:mb-7" stroke="#79143b" />,
3434
description: "Step-by-step guides for CitizenFX.",
3535
url: "/docs/guides",
3636
},

app/layout.config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ export const baseOptions: HomeLayoutProps = {
9494
menu: {
9595
banner: (
9696
<div className="flex h-20 w-full items-center justify-center gap-x-1">
97-
<FixFXIcon className="size-8" stroke="#6989de" />
97+
<FixFXIcon className="size-8" stroke="#f97891" />
9898
<h1 className="text-fd-foreground text-2xl font-bold">
9999
Framework Documentation
100100
</h1>
101101
</div>
102102
),
103103
},
104-
icon: <FixFXIcon className="size-6" stroke="#6989de" />,
104+
icon: <FixFXIcon className="size-6" stroke="#f97891" />,
105105
text: "Framework Documentation",
106106
description:
107107
"Explore some guides and information about the CFX Frameworks.",

content/docs/core/api/artifacts.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,3 +795,16 @@ For questions or issues with the Artifacts API, please [contact us on Discord](/
795795
- Feature requests
796796
- Bug reports
797797

798+
## Related APIs
799+
800+
Explore our other API offerings:
801+
802+
- **[Natives API](./natives)** - Access FiveM and RedM native functions and documentation
803+
- **[Contributors API](./contributors)** - GitHub contributors and repository statistics
804+
- **[Search API](./search)** - Search documentation and content across the platform
805+
- **[Chat API](./chat)** - AI-powered assistance for development questions
806+
807+
<Callout type="info">
808+
All our APIs work together to provide a comprehensive development experience for FiveM and RedM.
809+
</Callout>
810+

0 commit comments

Comments
 (0)