From bb48fe0d4efd908a2465645834ff07b80a8b9e10 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Wed, 23 Oct 2024 10:35:52 +0800 Subject: [PATCH] fix: default page has not navs --- manual/introduction/README.md | 19 ------------------- mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 manual/introduction/README.md diff --git a/manual/introduction/README.md b/manual/introduction/README.md deleted file mode 100644 index d36fad3f..00000000 --- a/manual/introduction/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Introduction - -Seafile is an open source cloud storage system for file sync, share and document collaboration. SeaDoc is an extension of Seafile that providing a lightweight online collaborative document feature. - - -## LICENSE - -The different components of Seafile project are released under different licenses: - -* Seafile iOS client: Apache License v2 -* Seafile Android client: GPLv3 -* Desktop syncing client: GPLv2 -* Seafile Server core: AGPLv3 -* Seahub (Seafile server Web UI): Apache License v2 - -## Contact information - -* Twitter: @seafile -* Forum: diff --git a/mkdocs.yml b/mkdocs.yml index bb772da1..c1d99b96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -67,7 +67,7 @@ markdown_extensions: # Page tree nav: - Introduction: - - Introduction: introduction/README.md + - Introduction: README.md - Seafile Components: introduction/components.md - File permission management: introduction/file_permission_management.md - Roadmap: introduction/roadmap.md