feat: update docs website

This commit is contained in:
Mauricio Siu
2024-11-09 23:17:00 -06:00
parent 179e97dd56
commit 010ea99f76
10 changed files with 28 additions and 69 deletions

View File

@@ -1,17 +0,0 @@
---
title: Components
description: Components
---
## Code Block
```js
console.log('Hello World');
```
## Cards
<Cards>
<Card title="Learn more about Next.js" href="https://nextjs.org/docs" />
<Card title="Learn more about Fumadocs" href="https://fumadocs.vercel.app" />
</Cards>