From: Dan Brown Date: Sat, 21 Dec 2024 15:42:30 +0000 (+0000) Subject: Proof read new import/export page X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/9d348b2c7f1ded5169341916e290f5ffb3126793 Proof read new import/export page --- diff --git a/content/docs/user/export-import.md b/content/docs/user/export-import.md index 3d9aa79..e9f225d 100644 --- a/content/docs/user/export-import.md +++ b/content/docs/user/export-import.md @@ -6,7 +6,7 @@ type = "user-doc" BookStack allows its content to be exported in a range of formats, while also providing a few options for importing content. -Note that these option are not intended for backup or restore, for which you [can find relevant documentation here](/docs/admin/backup-restore/). +Note that these options are not intended for backup or restore, for which you can [find relevant documentation here](/docs/admin/backup-restore/). ### Exporting @@ -14,7 +14,7 @@ Within BookStack, if you have the required "Export content" role permission, you chapters or pages in the following formats: - Contained Web File - - A ".html" file with images embedded where possible, which can be opened in a browser. + - A ".html" file, with images embedded where possible, which can be opened in a web browser. - This usually provides the best representation of your BookStack content. - PDF File - A ".pdf" document file representation of your content. @@ -26,7 +26,7 @@ chapters or pages in the following formats: - If the page was written using the Markdown editor, then that original content will be provided otherwise this export will attempt a conversion to Markdown. - The resulting markdown may still use HTML for some content types. - Portable ZIP - - A ".zip" containing data, attachment and image files. + - A compressed ".zip" file containing data, attachment and image files. - This can be re-imported to BookStack instances as mentioned below. - The exact format can be found documented [in the BookStack source here](https://github.com/BookStackApp/BookStack/blob/development/dev/docs/portable-zip-file-format.md).