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