Remove Installation with SQLite

This commit is contained in:
Daniel Pan 2024-09-08 13:36:54 +08:00
parent cd03b35663
commit b54ed8bd5f
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ We provide three ways to deploy Seafile services. Since version 8.0, **Docker is
## Manually deployment options
* [Deploying Seafile with MySQL](using_mysql.md)
* [Deploying Seafile with SQLite](using_sqlite.md), note, deploy Seafile with SQLite is not supported since version 11.0
* Deploying Seafile with SQLite, note, deploy Seafile with SQLite is not supported since version 11.0
* [Enabling Https with Nginx](https_with_nginx.md)
* [Enabling Https with Apache](https_with_apache.md)
* [Start Seafile at System Bootup](start_seafile_at_system_bootup.md)

View File

@ -53,7 +53,6 @@ nav:
- Changelog: changelog.md
- Seafile Community Setup on Linux:
- Outline: deploy/README.md
- Installation with SQLite: deploy/using_sqlite.md
- Installation with MySQL: deploy/using_mysql.md
- HTTPS with Nginx: deploy/https_with_nginx.md
- HTTPS with Apache: deploy/https_with_apache.md