Moving off GitBook without losing your structure
Use Git Sync to get a repository of Markdown, then keep SUMMARY.md open as your checklist. The pages and folders carry most of the structure; the ordering you rebuild by dragging, once, in about the time it takes to read the summary file.
What you actually have in GitBook
| File | What it holds |
|---|---|
SUMMARY.md | The navigation. Your table of contents, as a nested list |
README.md | The root page of the space |
.gitbook.yaml | How GitBook parses the repo — root, and which file is the summary |
.gitbook/assets/ | Images and files referenced by your pages |
*.md | The pages themselves, plus GitBook’s own block syntax |
Getting it out
1. Turn on Git Sync
2. Clone it and look at the tree
# Table of contents
* [Welcome](README.md)
## Getting started
* [Installation](getting-started/installation.md)
* [Your first project](getting-started/first-project.md)
## Guides
* [Deploying](guides/deploying.md)
* [Troubleshooting](guides/troubleshooting.md)3. Zip the docs and upload
The structure part, honestly
The GitBook-specific syntax
{% hint style="info" %}
This renders as a callout in GitBook.
{% endhint %}What else to check
Do not forget the URLs
After the move
Questions
How do I export my docs from GitBook?
Does my GitBook navigation transfer automatically?
What is SUMMARY.md in GitBook?
What happens to GitBook hint blocks when I migrate?
Will my old GitBook links keep working?
Try the free plan instead of reading about it
- Drag in a folder of Markdown, a zip, a Word document or a PDF
- Search, navigation and a 404 page are built for you
- Export the built site or the source on every plan, free included
Migrating a mkdocs.yml project in one upload
Zip the repository, upload it, and your mkdocs.yml is read for site name, description, language and navigation. What arrives intact, what a plugin was doing that no config can carry, and how to go back.
How to pick a docs platform you can leave
Everyone checks features before signing up and nobody checks the exit. Six questions to ask before you commit, all answerable in ten minutes on a free trial, and the reason the answers change how much you pay later.
Docszero vs GitBook: what you actually get for free
Both have a free plan. GitBook’s free tier is one user with no custom domain, and the first paid step is $65 per site a month plus $12 per user. Docszero is free for one site and $19.99 a month for ten, domain included.