📄️ Set up Docusaurus
Set up the Config
📄️ Local Development
From the apps/docusaurus directory run pnpm run start to start the Docusaurus server.
📄️ Deployment
To share with PMs and clients this Docusaurus project can be deployed through Vercel and secured using Clerk.
📄️ What to Document
This guide outlines the documentation requirements for our projects at Labrys. Proper documentation is a critical part of our development workflow and is required for PR approval.
📄️ How to use Docusaurus
See Set up Docusaurus for details on how to set Docusaurus up for your project.
📄️ Docusaurus App
This is the documentation site for the monorepo, built with Docusaurus. Like the other apps, it's named after its purpose for clear identification.
📄️ MDX
Docusaurus has built-in support for MDX, which allows you to write JSX within your Markdown files and render them as React components.