diff --git a/manual/README.md b/manual/README.md index ab8bd57f..d36fad3f 100644 --- a/manual/README.md +++ b/manual/README.md @@ -1,6 +1,6 @@ # Introduction -Seafile is an open source cloud storage system for file sync, share and document collaboration. +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 diff --git a/manual/contribution.md b/manual/contribution.md index 84fabed6..2de3b762 100644 --- a/manual/contribution.md +++ b/manual/contribution.md @@ -20,7 +20,3 @@ Follow us @seafile * Please report a bug in our forum, this is a preferred way. * You can also report a bug in GitHub - -## Code Style - - The source code of seafile is ISO/IEC 9899:1999 (E) (a.k.a. C99) compatible. Take a look at [code standard](develop/code_standard.md). diff --git a/mkdocs.yml b/mkdocs.yml index 649ea3a0..935fe7de 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -71,7 +71,6 @@ nav: - File permission management: overview/file_permission_management.md - Roadmap: roadmap.md - Contribution: contribution.md - - Changelog: changelog.md - Setup: - Seafile Docker Overview: docker/seafile_docker_overview.md - Setup community edition with Docker: docker/deploy_seafile_with_docker.md