Update docs.md

This commit is contained in:
Yegor Vialov
2019-02-08 20:27:30 +02:00
committed by GitHub
parent 847ac41c0d
commit 05bccfc215

View File

@ -7,7 +7,7 @@
- [SSL Certificates](#ssl-certificates) - [SSL Certificates](#ssl-certificates)
- [Android](#android) - [Android](#android)
- [Authentication](#authentication) - [Authentication](#authentication)
- [UI configuration](#ui_configuration) - [UI configuration](#ui-configuration)
- [Log Viewer](#log-viewer) - [Log Viewer](#log-viewer)
## Requirements ## Requirements
@ -78,3 +78,5 @@ There is a built in debug messages viewer in the app. You can access it by *Log*
![image](/assets/images/log_viewer.png) ![image](/assets/images/log_viewer.png)
Please note that oldest entries goes first, so to see latest messages you need to scroll this view down. Please note that oldest entries goes first, so to see latest messages you need to scroll this view down.
[Back to top](#documentation)