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:

  1. Make sure your Notion page is publicly accessible
  2. Copy the public URL of your Notion page
  3. Paste the URL in the export form
  4. 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:

  1. Ensure your GitBook space is public or shareable
  2. Copy the URL of your GitBook documentation
  3. Paste the URL in the export form
  4. Select any customization options
  5. Start the export process

Custom Domains

Connect your own domain to your exported website:

  1. Go to your website settings in the dashboard
  2. Click "Add Custom Domain"
  3. Enter your domain (e.g., docs.yourcompany.com)
  4. Add the provided CNAME record to your DNS
  5. Wait for verification (usually takes 5-10 minutes)

DNS Configuration Example

CNAME docs.yourcompany.com your-export-id.1doc.me

API 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