diff --git a/pages/05.admin-panel/09.faq/docs.md b/pages/05.admin-panel/09.faq/docs.md index 955b2da88..3b91bf8ae 100644 --- a/pages/05.admin-panel/09.faq/docs.md +++ b/pages/05.admin-panel/09.faq/docs.md @@ -98,3 +98,13 @@ Then change the line `route: '/admin'` to something more ambiguous, for example ``` http://yourwebsite.com/myspecialplace ``` + +### Offline Mode + +![Offline](offline.png?width=1028&classes=shadow) + +In the event that your server loses its connection to the Internet, the Grav Admin automatically enters into an Offline Mode. This mode is indicated by a notice below the low in the upper-left corner of the admin. + +When in Offline Mode, the admin will not attempt to retrieve updates to the CMS, plugins, or themes. This prevents hangups and other issues that would otherwise result from being unable to reach the update servers. + +Once an Internet connection is re-established, the notice will disappear and Offline Mode will end, automatically. diff --git a/pages/05.admin-panel/09.faq/offline.png b/pages/05.admin-panel/09.faq/offline.png new file mode 100644 index 000000000..cc73aeef0 Binary files /dev/null and b/pages/05.admin-panel/09.faq/offline.png differ