From d3ecba0628575d35340181f0b22e04f29dfbaae2 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 13 Sep 2015 10:47:41 -0400 Subject: [PATCH] Add note about offline data persistence --- assets/javascripts/templates/pages/offline_tmpl.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index 8e1ca13b..b862e1e7 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -20,6 +20,7 @@ app.templates.offlinePage = (docs) -> """ #{docs} +

Note: your browser may delete DevDocs's offline data if your computer is running low on disk space and you haven't used the app in a while. Load this page before going offline to make sure the data is still there.

Questions & Answers

How does this work? @@ -28,7 +29,7 @@ app.templates.offlinePage = (docs) -> """
Can I close the tab/browser?
#{canICloseTheTab()}
What if I don't update a documentation? -
You'll see outdated content and some pages will be missing or broken, since the rest of the app (including data for the search and sidebar) uses a different caching mechanism and is updated automatically.
+
You'll see outdated content and some pages will be missing or broken, since the rest of the app (including data for the search and sidebar) uses a different caching mechanism which is updated automatically.
Documentation versioning is planned for the future but not yet supported, sorry.
I found a bug, where do I report it?
In the issue tracker. Thanks!