This is the official documentation site for Univer, built with Next.js and Fumadocs.
Install dependencies:
pnpm installStart the development server:
pnpm devThe site will be available at http://localhost:3030.
Build for production:
pnpm build├── app/ # Next.js application routes and layouts
├── components/ # React components for the documentation site
├── content/ # Documentation content (MDX)
│ ├── blog/ # Blog posts
│ ├── guides/ # User guides (docs, sheets, slides, pro, recipes, skills)
│ ├── icons/ # Icons reference
│ └── reference/ # API reference
├── examples/ # Framework integration examples (React, Vue, Angular, Astro)
├── lib/ # Utility libraries
├── public/ # Static assets
└── scripts/ # Build and automation scripts
We welcome contributions to the documentation. Please ensure your changes follow the existing style and conventions. Run pnpm lint and pnpm typecheck before submitting.
For more information about contributing to Univer, see the main repository.