Add offline support with service worker
Author: GuillaumeGomezCreated Aug 28, 2026Updated Aug 28, 2026
LabelsC-enhancementA-needs-discussion
Problem
When browsing a book online, if we don't want to download it, it'd be nice for it to still work without internet access.
It's possible with Service workers.
https://github.com/rust-lang/mdBook/pull/1000 proposed a first implementation of it.
Source: rust-lang/mdBook