blorkcast-docs
v1.0.0
Published
Blork Documentation
Readme
Blork Documentation
The documentation for Blork, built with Next.js and Nextra.
Features
- 📚 Comprehensive documentation
- 🔍 Search functionality
- 📱 Responsive design
- 🎨 Beautiful theme
- 🔗 Automatic linking
Development
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildStructure
/pages- Documentation pages/components- Custom components/public- Static assets/styles- Custom styles
Writing Documentation
Documentation is written in MDX format. To add new documentation:
- Create a new
.mdxfile in the appropriate directory - Add the page to the navigation in
nextra.config.js - Use the available components and styles
Tech Stack
- Next.js 14
- Nextra
- MDX
- Tailwind CSS
- TypeScript
