aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/01_Index.md
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-05-01 14:01:40 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-01 14:01:40 +0200
commitcd66ca54ca3a941b8eb968ade4fcde886cef3f74 (patch)
tree671d5bb6efff22589e169f4356443c3f9a68ce4e /docs/en/admins/01_Index.md
parent40ac02544e108d7b817fd6827e353c744ac0731c (diff)
Docs: hidden configs (#6402)
* Create 17_configs_not_ui.md * reorganize admin overview page. Added the link to the new doc * Update 17_configs_not_ui.md * Update 17_configs_not_ui.md * Update 17_configs_not_ui.md * fix typo
Diffstat (limited to 'docs/en/admins/01_Index.md')
-rw-r--r--docs/en/admins/01_Index.md29
1 files changed, 21 insertions, 8 deletions
diff --git a/docs/en/admins/01_Index.md b/docs/en/admins/01_Index.md
index b0135546e..38cc12901 100644
--- a/docs/en/admins/01_Index.md
+++ b/docs/en/admins/01_Index.md
@@ -11,19 +11,32 @@ Learn how to install, update, and backup FreshRSS, as well as how to use the com
## Tutorials and Examples
-* [User management](12_User_management.md)
+### General
+
* [Backing up FreshRSS](05_Backup.md)
* [Installing and managing extensions](15_extensions.md)
* [Installing themes](11_Themes.md)
-* [Installation on Debian 9/Ubuntu 16.04](06_LinuxInstall.md)
-* [Installation on Cloud Providers](14_CloudProviders.md)
-* [Updating on Debian 9/Ubuntu 16.04](07_LinuxUpdate.md)
* [Setting Up Automatic Feed Updating](08_FeedUpdates.md)
-* [Access Control](09_AccessControl.md)
-* [OpenID Connect](16_OpenID-Connect.md)
-* [Apache/Nginx configuration files](10_ServerConfig.md)
* [Database configuration](DatabaseConfig.md)
* [Using the command line interface (CLI)](https://github.com/FreshRSS/FreshRSS/tree/edge/cli)
+* [Configuration without an user interface](17_configs_not_ui.md)
+* [Frequently asked questions](04_Frequently_Asked_Questions.md)
+
+### User access
+
+* [User management](12_User_management.md)
+* [Access Control](09_AccessControl.md)
+* [OpenID Connect](16_OpenID-Connect.md)
* [Configuring the email address validation](05_Configuring_email_validation.md)
+
+### Web server configuration
+
+* [Apache/Nginx configuration files](10_ServerConfig.md)
* [Reverse proxy with Caddy](Caddy.md)
-* [Frequently asked questions](04_Frequently_Asked_Questions.md)
+
+### Special server information
+
+* [Installation on Debian 9/Ubuntu 16.04](06_LinuxInstall.md)
+* [Installation on Cloud Providers](14_CloudProviders.md)
+* [Updating on Debian 9/Ubuntu 16.04](07_LinuxUpdate.md)
+