Introduce serviceWorker, disabled by default

This commit is contained in:
Alex Shpak
2020-04-12 20:50:03 +02:00
parent e4e43bd9b1
commit 9719692512
9 changed files with 84 additions and 4 deletions
+4
View File
@@ -185,6 +185,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode
# Theme will print warning if page referenced in markdown does not exists.
BookPortableLinks = true
# /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
BookServiceWorker = true
```
### Multi-Language Support