LogoKaiwu
LogoKaiwu
HomepageIntroduction

Introduction

Getting started with the documentation

Welcome

This is the default documentation page. Replace or extend the files under content/docs to build your own docs.

Write in MDX

Fumadocs supports MDX out of the box:

export function Hello() {
  return <span>Hello world</span>;
}

<Hello />

Table of Contents

WelcomeWrite in MDX