33 lines
869 B
Plaintext
33 lines
869 B
Plaintext
---
|
|
title: Hello World
|
|
description: |
|
|
Your first `document`
|
|
You'll love it!
|
|
---
|
|
|
|
Hey there! Fumadocs is the docs framework that also works on React Router!
|
|
|
|
## Heading
|
|
|
|
Hello World
|
|
|
|
<Cards>
|
|
<Card title="Learn more about React Router" href="https://reactrouter.com" />
|
|
<Card title="Learn more about Fumadocs" href="https://fumadocs.dev" />
|
|
</Cards>
|
|
|
|
```ts
|
|
console.log('I love React!');
|
|
```
|
|
|
|
### Heading
|
|
|
|
#### Heading
|
|
|
|
| Head | Description |
|
|
| ------------------------------- | ----------------------------------- |
|
|
| `hello` | Hello World |
|
|
| very **important** | Hey |
|
|
| _Surprisingly_ | Fumadocs |
|
|
| very long text that looks weird | hello world hello world hello world |
|