Skip to content

Commit

Permalink
docs: add pages for adminmenu, hud, and spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Oct 29, 2024
1 parent 8296800 commit 1914ad7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/resources/qbx_adminmenu.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: qbx_adminmenu
---

import { Cards, Card } from 'nextra/components';
import { IconBrandGithub, IconTag } from '@tabler/icons-react';

# qbx_adminmenu

<Cards>
<Card icon={<IconBrandGithub />} title="GitHub" href="https://github.com/Qbox-Project/qbx_adminmenu" />
<Card icon={<IconTag />} title="Releases" href="https://github.com/Qbox-Project/qbx_adminmenu/releases" />
</Cards>
13 changes: 13 additions & 0 deletions pages/resources/qbx_hud.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: qbx_hud
---

import { Cards, Card } from 'nextra/components';
import { IconBrandGithub, IconTag } from '@tabler/icons-react';

# qbx_hud

<Cards>
<Card icon={<IconBrandGithub />} title="GitHub" href="https://github.com/Qbox-Project/qbx_hud" />
<Card icon={<IconTag />} title="Releases" href="https://github.com/Qbox-Project/qbx_hud/releases" />
</Cards>
13 changes: 13 additions & 0 deletions pages/resources/qbx_spawn.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: qbx_spawn
---

import { Cards, Card } from 'nextra/components';
import { IconBrandGithub, IconTag } from '@tabler/icons-react';

# qbx_spawn

<Cards>
<Card icon={<IconBrandGithub />} title="GitHub" href="https://github.com/Qbox-Project/qbx_spawn" />
<Card icon={<IconTag />} title="Releases" href="https://github.com/Qbox-Project/qbx_spawn/releases" />
</Cards>

0 comments on commit 1914ad7

Please sign in to comment.