From 83bfa79e653cfc97ed63f71389270acf0b4fbd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=81=A5=E8=BE=89?= <40563566+jianhw@users.noreply.github.com> Date: Tue, 1 Dec 2020 15:08:35 +0800 Subject: [PATCH] remove useless pages --- manual/overview/README.md | 8 -------- manual/security/README.md | 13 ------------- mkdocs.yml | 2 -- 3 files changed, 23 deletions(-) delete mode 100644 manual/overview/README.md delete mode 100644 manual/security/README.md diff --git a/manual/overview/README.md b/manual/overview/README.md deleted file mode 100644 index 6b7372a3..00000000 --- a/manual/overview/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Overview - -* [Seafile Components](components.md) -* [File permission management](file_permission_management.md) -* [FAQ](../faq.md) -* [Changelog](../changelog.md) -* [Roadmap](../roadmap.md) -* [Contribution](../contribution.md) diff --git a/manual/security/README.md b/manual/security/README.md deleted file mode 100644 index 887247c2..00000000 --- a/manual/security/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Security and auditing - -## Security features - -* [Security features](security_features.md) - -## Access log and auditing - -* [Access log and auditing](auditing.md) - -## Config fail2ban - -* [Config fail2ban](fail2ban.md) diff --git a/mkdocs.yml b/mkdocs.yml index b4260b71..3a239b0e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,7 +45,6 @@ markdown_extensions: # Page tree nav: - Overview: - - Forward: overview/README.md - Seafile Components: overview/components.md - File permission management: overview/file_permission_management.md - Roadmap: roadmap.md @@ -162,7 +161,6 @@ nav: - WebDAV extension: extension/webdav.md - FUSE extension: extension/fuse.md - Security and Auditing: - - Forward: security/README.md - Security features: security/security_features.md - Access logs and auditing: security/auditing.md - Config fail2ban: security/fail2ban.md