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.
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.
Enable Git Sync in both spaces and make sure they sync the correct repositories as mentioned above.
Clone both repositories to your local machine/computer
Open both cloned copies of your repositories in a text editor of choice
Add the space page titles from the current space to SUMMARY.md in the new space
Copy the files from the original space to the new one
Commit the changes in the new repository
Wait for GitBook to sync and import the changes
Here's a video showing the same process outlined above:
Last updated
Was this helpful?