mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update docs.md
This commit is contained in:
parent
61f2f0ecdf
commit
82e8bed68b
1 changed files with 18 additions and 9 deletions
27
docs.md
27
docs.md
|
@ -1,22 +1,31 @@
|
|||
#Documentation
|
||||
|
||||
<br />
|
||||
YunoHost's documentation has 3 different sections:
|
||||
|
||||
<br />
|
||||
<a class="btn btn-primary" href="/admindoc">Administrator guide</a>
|
||||
<span class="text-muted">including installation, server management and application gestion</span>
|
||||
<div class="row text-center">
|
||||
|
||||
<div class="col col-md-4 col-md-offset-1">
|
||||
<br />
|
||||
<a class="btn btn-success" href="/userdoc">User guide</a>
|
||||
<span class="text-muted">regarding the daily usage of your server and some client configuration "HOW-TOs"</span>
|
||||
<a class="btn btn-success btn-lg" href="/userdoc"><span class="glyphicon glyphicon-user"></span> User guide</a>
|
||||
<p><small class="text-muted">regarding the daily usage of your server and some client configuration "HOW-TOs"</small></p>
|
||||
</div>
|
||||
|
||||
<div class="col col-md-4 col-md-offset-1">
|
||||
<br />
|
||||
<a class="btn btn-danger" href="/contribute">Contributor guide</a>
|
||||
<span class="text-muted">which contains everything you have to know about us and the way we work</span>
|
||||
<a class="btn btn-primary btn-lg" href="/admindoc"><span class="glyphicon glyphicon-lock"></span> Administrator guide</a>
|
||||
<p><small class="text-muted">including installation, server management and application gestion</small></p>
|
||||
</div>
|
||||
|
||||
<div class="col col-md-5 col-md-offset-3">
|
||||
<br />
|
||||
<br />
|
||||
<a class="btn btn-danger btn-lg" href="/contribute"><span class="glyphicon glyphicon-heart"></span> Contributor guide</a>
|
||||
<p><small class="text-muted">which contains everything you have to know about us and the way we work</small></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
And if you want to know more about YunoHost, you may want to check out these pages:
|
||||
* [What is YunoHost ?](/whatsyunohost)
|
||||
* [Latest news](http://news.yunohost.org)
|
||||
|
|
Loading…
Reference in a new issue