Documentation (#8234)

* Small grammar fix

I took the wording from here:
https://squidfunk.github.io/mkdocs-material/setup/building-for-offline-usage/

* Proper grammatical usage

* Fix grammar in building-for-offline-usage

* Missed a word, fixed column alignment
This commit is contained in:
Edwin Amsler
2025-05-27 03:43:35 -05:00
committed by GitHub
parent 1b09cb6d96
commit d205ef549c
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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.