This is the documentation site for SkyRL, built with fumadocs and Next.js.
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run build
# Start production server
npm startThis site is deployed on Vercel at docs.skyrl.ai.
- Create a new
.mdxfile incontent/docs/ - Add frontmatter with title and description:
--- title: Your Page Title description: A brief description --- # Your Page Title Your content here...
- The page will automatically appear in the navigation