]> BookStack Code Mirror - website/commitdiff
Proof read new import/export page
authorDan Brown <redacted>
Sat, 21 Dec 2024 15:42:30 +0000 (15:42 +0000)
committerDan Brown <redacted>
Sat, 21 Dec 2024 15:42:30 +0000 (15:42 +0000)
content/docs/user/export-import.md

index 3d9aa79d43cd1f35cd81bee4d5e4ac449e71c524..e9f225d9012771f823b0bdeac2b4e1e6de914cf8 100644 (file)
@@ -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).