From 17b269d68376991e0e482920e0f4a311efebe747 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 24 Jan 2016 16:52:21 -0500 Subject: [PATCH] Ship 'multi-version support' Closes #25. --- assets/javascripts/news.json | 3 +++ assets/javascripts/templates/pages/offline_tmpl.coffee | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json index f6a2a6ab..0033d95c 100644 --- a/assets/javascripts/news.json +++ b/assets/javascripts/news.json @@ -1,5 +1,8 @@ [ [ + "2016-01-24", + "“Multi-version support” has landed!\nClick Select documentation to pick which versions to use. More versions will be added in the coming weeks.\nIf you notice any bugs, please report them on GitHub." + ], [ "2015-11-22", "New documentations: Phoenix, Dojo, Relay and Flow" ], [ diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index bc9ba3b1..e3c2523c 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -29,8 +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 which is updated automatically.
- Documentation versioning is planned for the future but not yet supported, sorry. +
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.
I found a bug, where do I report it?
In the issue tracker. Thanks!
How do I uninstall/reset the app?