AeThex Documentation Migration Guide
Overview
Migration Structure
Files Included
code/docs-migration/
├── 01-overview.md # Welcome to AeThex Documentation
├── 02-getting-started.md # Getting Started
├── 03-platform.md # Platform Guide
├── 04-api-reference.md # API Reference
├── 05-tutorials.md # Tutorials
├── 06-cli.md # CLI Tools
├── 07-examples.md # Code Examples
├── 08-integrations.md # Integrations
├── 09-curriculum.md # Curriculum
├── MIGRATION_GUIDE.md # This file
├── docs-structure.json # Gitbook structure definition
├── migration-implementation.ts # Implementation helper
└── gitbook-api-script.js # Script to push to GitbookStep 1: Prepare Gitbook Workspace
Step 2: Import Markdown Content
Option A: Manual Import
Option B: Gitbook Import API
Step 3: Set Up Fallback System (Local)
Update DocsLayout.tsx
Add Gitbook Embed (Optional)
Step 4: Update Navigation Links
Step 5: Verify Content Migration
Checklist
Testing
Step 6: Update Internal Links
Links to Update
Step 7: Set Up API Sync (Optional)
Step 8: Monitor and Adjust
Rollback Plan
API Credentials
Quick Start Commands
Next Steps
Last updated
