mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 23:04:32 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user