diff --git a/docs/plugins/offline.md b/docs/plugins/offline.md index 760c01b90..243954d4c 100644 --- a/docs/plugins/offline.md +++ b/docs/plugins/offline.md @@ -6,10 +6,11 @@ icon: material/connection # Built-in offline plugin -[MkDocs][mkdocs] is one of the few frameworks that allow to build offline-capable -documentation that can be directly viewed by the user – no server needed. With -the offline plugin, you can distribute the [`site` directory][mkdocs.site_dir] -as a downloadable `.zip` file while retaining most interactive functionality. +[MkDocs][mkdocs] is one of the few frameworks that supports building +offline-capable documentation that can be directly viewed by the user – no +server needed. With the offline plugin, you can distribute the +[`site` directory][mkdocs.site_dir] as a downloadable `.zip` file while +retaining most interactive functionality. ## Objective diff --git a/docs/setup/building-for-offline-usage.md b/docs/setup/building-for-offline-usage.md index 5c13b5742..9ceacf071 100644 --- a/docs/setup/building-for-offline-usage.md +++ b/docs/setup/building-for-offline-usage.md @@ -1,7 +1,7 @@ # Building for offline usage If you want to ship your documentation together with your product, MkDocs has -you covered – with support from themes, [MkDocs] allows for building +you covered – with support from themes, [MkDocs] supports building offline-capable documentation. Notably, Material for MkDocs offers offline support for many of its features.