Add Designer book link to docs

This commit is contained in:
Diogo Peralta Cordeiro 2021-07-20 10:03:11 +01:00
parent cf1e0e9328
commit e43a71d5af
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
<li class="pure-menu-item"><a href="/user" class="pure-menu-link">User</a></li>
<li class="pure-menu-item"><a href="/administrator" class="pure-menu-link">Administrator</a></li>
<li class="pure-menu-item"><a href="/developer" class="pure-menu-link">Developer</a></li>
<li class="pure-menu-item"><a href="/designer" class="pure-menu-link">Designer</a></li>
</ul>
</div>
</header>
@ -34,10 +35,11 @@
<div class="content">
<h2 class="content-head is-center">Documentation</h2>
<p>GNU social is distributed with three documentations.</p>
<p>GNU social is distributed with four documentations.</p>
<p>The <a href="/user">User</a> one is intended to illustrate the various common use cases, possibilities regarding customization and introduce the existing functionalities.</p>
<p>The <a href="/administrator">Administrator</a> one explains the step by step of how to install and maintain a GNU social instance, be it as node of The Free Network or as an intranet social network in a company setting.</p>
<p>The <a href="/developer">Developer</a> one starts by introducing the Modules system and architecture, then the plugin development process and finally the exciting internals of GNU social for those looking forward to make the most advanced contributions.</p>
<p>The <a href="/designer">Designer</a> one is an in-depth overview of the design motifs, and the design language used. Useful for creating new plugins and help as a basis for new themes.</p>
</div>
<footer class="l-box is-center">