Documentation site for MongoDB Minute - a platform for creating, managing, and publishing 60-second MongoDB educational video content.
This documentation provides comprehensive guides for:
- Getting Started: Setup and first episode creation
- Content Creation: Writing effective 60-second scripts
- Workflow System: Understanding the approval process
- Admin Features: Managing episodes and settings
- API Reference: Complete API documentation
- Deployment: Production deployment guide
- Project Summary: Architecture and technical details
npm installStart the development server:
npm run startThe site will be available at http://localhost:3000 (or next available port).
Build for production:
npm run buildPreview the production build locally:
npm run servedocs/
├── 10-intro.mdx # Introduction to MongoDB Minute
├── 20-getting-started.mdx # Getting started guide
├── 30-content-creation.mdx # Content creation guide
├── 40-workflow-system.mdx # Workflow & approval system
├── 50-admin-features.mdx # Admin features documentation
├── 60-api-reference.mdx # API reference
├── 70-deployment.mdx # Deployment guide
├── 80-project-summary.mdx # Project summary
└── summary.mdx # Documentation summary
This documentation site is built using Docusaurus 3, a modern static website generator.
- MDX Support: Write documentation with React components
- Mermaid Diagrams: Visual workflow representations
- Search: Full-text search with Lunr
- Internationalization: Multi-language support (English, Spanish)
- MongoDB Branding: Custom styling with MongoDB brand colors
Key configuration files:
docusaurus.config.js- Main Docusaurus configurationsidebars.js- Sidebar navigation structuresrc/css/custom.css- Custom styling with MongoDB brand colors
To contribute to this documentation:
- Make changes to the relevant
.mdxfiles in thedocs/directory - Test locally with
npm run start - Submit a pull request for review
As main is protected, all changes must go through pull request review.
The documentation is configured for deployment to GitHub Pages. See the Deployment Guide for detailed instructions.
For local development, no environment variables are required. For production deployment, configure:
- Repository name
- Organization name
- Base URL
These are set in docusaurus.config.js.
- MongoDB Minute Application - The main application
- Docusaurus Documentation - Docusaurus docs
- MongoDB Developer Center - MongoDB resources
See LICENSE file for details.
Last Updated: December 4, 2025
Version: 1.0