Can I move a page between spaces?

We do not currently support moving individual pages between spaces.

To move the content of a page from one space to another, you can use one of the options below.

Copy the content of the page and paste it into the new space

To move a one or a few pages we recommend selecting the content on the page and copying and pasting it to your new destination. This is a manual process, but the most efficient one for smaller content changes.

Alternatively, you can select individual blocks by highlighting them and pressing the Esc key before copying and pasting them.

Note: Some blocks may need to be reconfigured during this process. Comments and page history will not be copied and you will need to re-upload your images to the new space.

Use Git Sync to move pages

This approach is beneficial if you already have Git Sync enabled in your space.

You first need two repositories — your main one with the content you want to copy the content from and a new one that you’re copying the pages into.

  1. Enable Git Sync in both spaces and make sure they sync the correct repositories as mentioned above.

  2. Clone both repositories to your local machine/computer

  3. Open both cloned copies of your repositories in a text editor of choice

  4. Add the space page titles from the current space to SUMMARY.md in the new space

  5. Copy the files from the original space to the new one

  6. Commit the changes in the new repository

  7. Wait for GitBook to sync and import the changes

Here's a video showing the same process outlined above:

Last updated