From 2da0114df15b53c71c45b9e5d0ada1a1b98ed0a0 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Tue, 20 Jul 2021 10:03:11 +0100 Subject: [PATCH] Add Designer book link to docs --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 89de4d6..02141c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,6 +27,7 @@
  • User
  • Administrator
  • Developer
  • +
  • Designer
  • @@ -34,10 +35,11 @@

    Documentation

    -

    GNU social is distributed with three documentations.

    +

    GNU social is distributed with four documentations.

    The User one is intended to illustrate the various common use cases, possibilities regarding customization and introduce the existing functionalities.

    The Administrator 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.

    The Developer 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.

    +

    The Designer 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.