docs availability without internet (for long time without updates)
31 views
Skip to first unread message
Ivan Alekseev
unread,
Jun 12, 2016, 5:21:24 AM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devdocs
Hi! I know that devdocs.io/offline works without internet, but i've read:
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.
What if i won't update docs for a long time? will it be fully available? (let's will be slightly outdated)
i asked this because i'm going to work in almost full disconnected network for a long time (maybe half of year). (without or with very expensive internet access)
Thanks!
---
Ivan Alekseev
Thibaut Courouble
unread,
Jun 12, 2016, 3:53:56 PM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devdocs
Hi Ivan
If you don't reload the app/page then nothing will break. It's only when you reload the app that the index files (updated automatically) and document files (updated manually) could fall out of sync, leading to broken links.
If you're going offline for a long time, I recommend running the app locally (https://github.com/Thibaut/devdocs). The offline data on devdocs.io may get deleted in some circumstances, such as if your computer is low on disk space.
Thibaut
Ivan Alekseev
unread,
Jun 13, 2016, 2:02:44 AM6/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devdocs
Got it. Thanks a lot for answer. devdocs - is awesome :)