Getting Started with MineHub
Set up your MineHub account and create your first documentation space in just a few minutes to begin organizing your projects.
Prerequisites
Ensure you have:
- A valid email address for account verification
- Access to a modern web browser like Chrome, Firefox, or Safari
- Optional: Existing documents (PDF, Markdown, or DOCX) ready for import
MineHub makes it easy to organize your project documentation. Follow these steps to get started quickly.
Create and Verify Your Account
Sign up for MineHub in under a minute. Use your email or connect via Google or GitHub.
Visit MineHub
Go to https://minehub.com and click Sign Up.
Enter Details
Provide your email, create a password, and agree to the terms.
Verify Email
Check your inbox for the verification link from no-reply@minehub.com. Click it to activate your account.
If you don't receive the email, check your spam folder or click Resend Verification on the login page.
Navigate the Dashboard
Once logged in, you'll land on the main dashboard. It shows your spaces, recent activity, and quick actions.
The sidebar lists your documentation spaces. Use the top search bar to find pages quickly.
Key sections:
- Spaces: Create or switch projects
- Pages: Edit and organize docs
- Settings: Workspace preferences
Tap the menu icon (three lines) to access spaces and settings. Swipe to navigate pages.
Set Up Your First Documentation Space
A documentation space organizes pages for a specific project.
Create Space
Click New Space in the sidebar. Enter a name like My Project Docs and select a template (e.g., "Software Project").
Add Pages
Inside the space, click New Page. Choose Markdown, rich text, or import options.
Organize Structure
Drag pages in the sidebar to create folders and hierarchies.
Import Existing Documents
Bring in your current docs seamlessly.
# My Existing Doc
Content from your Markdown file.
## Section
- List item 1
- List item 2
Upload via dashboard: Drag & drop PDF files directly into a space folder.
Supports batch import up to 50 files.
curl -X POST https://api.minehub.com/v1/spaces/{spaceId}/import \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf"
Use the path parameter for folder placement: /imports/my-folder.
Your documentation space identifier.
Bearer token: Bearer YOUR_API_KEY.
Customize Your Workspace
Tailor MineHub to your needs.
- Theme: Go to Settings > Appearance and select light/dark mode or custom color (
#463BE6for brand). - Permissions: Invite team members via email and set roles (Viewer, Editor, Admin).
- Integrations: Connect GitHub for repo syncing or Google Drive for auto-imports.
Next Steps
Authentication
Secure your spaces with API keys and SSO.
Advanced Features
Explore collaboration and version history.
Support
Get help from our team.
Congratulations! You've set up MineHub. Start adding content and invite your team.
Last updated 2 days ago