[README and wiki changes]

- Renamed _Post-installation_ README section as _Configuration_.

- Docs style tweaks for the latest version of the Sphinx theme.

- Adapted the docs index to the new structure of the wiki.
This commit is contained in:
Fabio Manganiello 2024-05-25 23:17:12 +02:00
parent f70d352cd7
commit 0baae01ab7
Signed by: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 29 additions and 10 deletions
docs/source
_static/styles
index.rst

View file

@ -66,7 +66,8 @@ ul.grid li a {
margin-top: 0.5em;
}
ul.grid li:hover a {
ul.grid li:hover a,
ul.grid li:hover a > code {
color: white !important;
}

View file

@ -24,9 +24,8 @@ Useful links
============
* The `main page <https://platypush.tech>`_ of the project.
* The `Gitea page <https://git.platypush.tech/platypush/platypush>`_.
* The `blog <https://blog.platypush.tech>`_, for articles showing how to use
Platypush in real-world scenarios.
* The `source code <https://git.platypush.tech/platypush/platypush>`_.
* The `blog <https://blog.platypush.tech>`_.
Wiki
====
@ -35,10 +34,14 @@ Wiki
:maxdepth: 3
wiki/index
wiki/Quickstart
wiki/Installation
wiki/Plugins-installation
wiki/APIs
wiki/Variables
wiki/Entities
wiki/Configuration
wiki/Installing-extensions
wiki/A-configuration-example
wiki/A-full-configuration-example
wiki/The-Web-interface
Reference