Core Features of MineHub
Explore the main capabilities of MineHub, from collaborative editing to version control, to streamline your documentation workflows.
Overview
MineHub provides essential tools to manage your project documentation efficiently. You collaborate in real-time, track changes with version history, organize content effectively, embed rich media, and export in multiple formats. These features help teams maintain up-to-date docs without complexity.
MineHub focuses on simplicity. Start with basic pages and scale to advanced workflows as your projects grow.
Key Features Overview
Collaborative Editing
Edit documents together with real-time updates and comments.
Version History
Track changes and rollback to previous versions easily.
Search & Organization
Find content quickly and structure your docs logically.
Embedding Media
Add images, videos, and links seamlessly.
Exporting Docs
Export to PDF, HTML, or Markdown for sharing.
Collaborative Editing and Real-Time Updates
Invite team members to edit pages simultaneously. Changes appear instantly, reducing coordination overhead. Use @mentions to notify contributors and resolve comments inline.
Access the full-featured editor in your browser.
Edit on the go with the MineHub mobile app.
# Welcome to MineHub
Collaborate with your team using `@username` mentions.
<h1>Welcome to MineHub</h1>
<p>Collaborate with your team using @username mentions.</p>
Version History and Rollback
Every edit creates a new version automatically. View diffs, compare changes, and restore previous states with one click.
View History
Click the history icon on any page.
Compare Versions
Select two versions to see side-by-side diffs.
Rollback
Restore a version and add a note for the team.
Always add descriptive commit messages to help your team understand changes.
Search and Organization Tools
Powerful search indexes all content. Organize with folders, tags, and table of contents. Filter by tags or date for quick access.
| Feature | Description | Use Case |
|---|---|---|
| Full-Text Search | Searches titles, body, and tags | Finding specific topics |
| Tag Filtering | Apply and filter by custom tags | Categorizing docs |
| Folders | Nested structure for projects | Organizing large spaces |
Embedding Media and Links
Embed images, videos, and iframes directly in pages. Supported formats include PNG, MP4, YouTube, and external links.
Exporting Documentation
Export entire spaces or single pages to various formats. Share static versions offline or integrate with other tools.
# Export via CLI
minehub export --space=my-docs --format=pdf output.pdf
# Export Markdown bundle
minehub export --space=my-docs --format=md ./exports/
# HTML for web hosting
minehub export --space=my-docs --format=html ./static-site/
Last updated 2 days ago