DocStatic is a modern documentation platform that bridges the gap between writers and developers to help you create online documentation your users will love.
Create a new docStatic site with one command:
npx create-docstatic@latest my-docsThen start the local dev server with the TinaCMS editor:
cd my-docs
npm run dev