aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/01_Index.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-31 18:15:47 +0100
committerGravatar GitHub <noreply@github.com> 2019-10-31 18:15:47 +0100
commit3aa66f317b496ccd9a2df914bbc747c52081a7ad (patch)
tree6a3f3f74899801abdca00546e213dfdc141c53cf /docs/en/admins/01_Index.md
parent82611c9622ed23b0e9fcf5f9f651ddffa1fd7706 (diff)
parentfcae48f313d399050cb15f37a8a73ae52fc67796 (diff)
Merge pull request #2599 from FreshRSS/dev1.15.0
FreshRSS 1.15
Diffstat (limited to 'docs/en/admins/01_Index.md')
-rw-r--r--docs/en/admins/01_Index.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/docs/en/admins/01_Index.md b/docs/en/admins/01_Index.md
index 45ed02c0f..49cd247d5 100644
--- a/docs/en/admins/01_Index.md
+++ b/docs/en/admins/01_Index.md
@@ -1,9 +1,19 @@
-# FreshRSS administration
+# FreshRSS Administration
-Learn how to install, update and backup FreshRSS and how to use the command line tools.
+Learn how to install, update, and backup FreshRSS, as well as how to use the command line tools.
-* [Install FreshRSS](02_Installation.md) on your server
-* [Update your installation](03_Updating.md) to the latest stable or dev version
-* [The command line interface](https://github.com/FreshRSS/FreshRSS/tree/master/cli) can be used to administrate feeds and users
-* [Automatic feed updates](https://github.com/FreshRSS/FreshRSS#automatic-feed-update) using cron is the preferred way to get the latest feeds entries
+1. [Prerequisites](02_Prerequisites.md): What you'll need to run FreshRSS
+2. [General installation instructions](03_Installation.md) for FreshRSS
+3. [Update your installation](04_Updating.md) to the latest stable or development version
+
+## Tutorials and Examples
+
+* [Backing up FreshRSS](05_Backup.md)
+* [Installation on Debian 9/Ubuntu 16.04](06_LinuxInstall.md)
+* [Updating on Debian 9/Ubuntu 16.04](07_LinuxUpdate.md)
+* [Setting Up Automatic Feed Updating](08_FeedUpdates.md)
+* [Access Control](09_AccessControl.md)
+* [Apache/Nginx configuration files](10_ServerConfig.md)
+* [Using the command line interface (CLI)](https://github.com/FreshRSS/FreshRSS/tree/master/cli)
+* [Configuring the email address validation](05_Configuring_email_validation.md)
* [Frequently asked questions](04_Frequently_Asked_Questions.md)