Text: Warning

This commit is contained in:
AlenaMamaeva
2016-03-24 13:23:38 +03:00
parent 24026ac104
commit 281a919326
2 changed files with 27 additions and 2 deletions

View File

@ -74,6 +74,23 @@ header img {
margin-bottom: 20px;
width: 600px;
}
pre
{
border: 1px solid #CCC;
background-color: #fff;
border-radius: 3px;
display: block;
font-family: Monaco,Andale Mono,Courier New,monospace;
font-size: 12px;
line-height: 18px;
margin: 18px 0 24px;
padding: 8px;
white-space: pre-wrap;
word-wrap: break-word;
}
pre.hljs {
padding-left: 35px;
}
.features-list {
padding-left: 16px;
list-style: outside none disc;

View File

@ -221,8 +221,16 @@
Explore ONLYOFFICE™ Integration Edition <a href="http://api.onlyoffice.com/editors/howitworks" target="_blank">API Documentation.</a>
</div>
<br />
<br />
<br />
<div class="help-block">
<span>Warning</span>
<br />
This is a test example used for demonstration purposes only and it can be accessed by anyone. Once you finish examining it, we recommend that you disable this example for security reasons. This is done running the following commands:
<pre>
sudo docker exec $(sudo docker ps -q) sudo supervisorctl stop onlyoffice-documentserver:example
sudo docker exec $(sudo docker ps -q) sudo sed 's,autostart=true,autostart=false,' -i /etc/supervisor/conf.d/onlyoffice-documentserver-example.conf
</pre>
</div>
<div class="help-block">
<span>Any questions?</span>
<br />