From b54ed8bd5f6d51482149e93f727fb4efe1d0d8df Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Sun, 8 Sep 2024 13:36:54 +0800 Subject: [PATCH] Remove Installation with SQLite --- manual/deploy/README.md | 2 +- mkdocs.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/deploy/README.md b/manual/deploy/README.md index ad0b68a3..d231cb96 100644 --- a/manual/deploy/README.md +++ b/manual/deploy/README.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index d9a31349..6f1c6c59 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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