Quick Start Guide
Get your Notion or GitBook content exported to a beautiful website in minutes.
1. Create Your Account
Sign up for a free 1doc.me account to get started. You can create up to 1 website on the free plan.
https://1doc.me/auth
2. Export from Notion
To export content from Notion:
- Make sure your Notion page is publicly accessible
- Copy the public URL of your Notion page
- Paste the URL in the export form
- Click "Start Export" and wait for processing
💡 Pro Tip
Organize your Notion page with proper headings and structure for the best results. 1doc.me will automatically generate navigation from your page structure.
3. Export from GitBook
To export content from GitBook:
- Ensure your GitBook space is public or shareable
- Copy the URL of your GitBook documentation
- Paste the URL in the export form
- Select any customization options
- Start the export process
Custom Domains
Connect your own domain to your exported website:
- Go to your website settings in the dashboard
- Click "Add Custom Domain"
- Enter your domain (e.g., docs.yourcompany.com)
- Add the provided CNAME record to your DNS
- Wait for verification (usually takes 5-10 minutes)
DNS Configuration Example
CNAME docs.yourcompany.com your-export-id.1doc.meAPI Reference
Use our REST API to programmatically manage your exports.
Start Export
POST /api/export
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"url": "https://notion.so/your-page",
"type": "notion"
}
Check Export Status
GET /api/export?id=YOUR_EXPORT_ID
Authorization: Bearer YOUR_API_KEY
🚀 Ready to get started?
Start exporting your content today with our free plan.
Create Free Account