Skip to content

multisynq/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multisynq Documentation

Welcome to the official docs for Multisynq - the platform for building real-time collaborative applications.

🚀 Quick Start

Get started building collaborative applications in minutes:

  1. Get API Key: Visit multisynq.io/coder for your free API key
  2. Choose Framework: JavaScript/HTML or React
  3. Follow Guide: Check our Quickstart Guide

📚 Documentation Structure

Core Guides

Tutorials

Interactive tutorials with live examples:

Practical Tutorials

Conceptual Tutorials

Essential Concepts

AI Development

React Together

Complete documentation for React-specific development:

API Reference

🛠️ Development

Local Development

# Install Mintlify CLI
npm install -g mintlify

# Start dev server
mintlify dev

# Preview at http://localhost:3000

Project Structure

docs/
├── index.mdx              # Homepage
├── quickstart.mdx         # Quick start guide
├── docs.json             # Navigation config
├── essentials/           # Core concepts
├── tutorials/            # Interactive tutorials
├── react-together/       # React-specific docs
├── api-reference/        # API documentation
├── images/              # Static assets
└── logo/                # Brand assets

Writing Documentation

MDX Components

Use Mintlify's built-in components:

Description of the feature ```bash npm npm install react-together ``` Content for JS tab Content for React tab Important warning message Helpful note or tip

Code Examples

  • Always include working, complete examples
  • Use CDN imports for standalone examples
  • Include API key placeholders: "your-api-key-here"
  • Test all code examples before publishing

Navigation

Update docs.json to add new pages:

{
  "group": "New Section",
  "pages": [
    "path/to/new-page"
  ]
}

🎯 Best Practices

Content Guidelines

  1. Accuracy: All code examples must work with current Multisynq APIs
  2. Completeness: Include all necessary imports and setup
  3. Clarity: Explain concepts clearly with examples
  4. Consistency: Follow established patterns and terminology

Code Examples

  1. Use realistic app IDs: "com.example.myapp"
  2. Include error handling where appropriate
  3. Show both minimal and complete examples
  4. Test all examples in isolation

API Documentation

  1. Document all parameters and return values
  2. Include practical usage examples
  3. Note version compatibility
  4. Cross-reference related methods

🤝 Contributing

Making Changes

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test locally with mintlify dev
  5. Submit a pull request

Content Reviews

All content changes should be reviewed for:

  • Technical accuracy
  • Code example functionality
  • Clarity and readability
  • Consistency with existing docs

📞 Support

📄 License

This documentation is part of the Multisynq platform. See individual repositories for license information.


Built with ❤️ using Mintlify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •