-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Develop Documents | ||
|
||
* [How to Build Seafile](build_seafile/README.md) | ||
* [How to Build Seafile](../build_seafile/README.md) | ||
|
||
* [How to Setup Develop Envirnoment](develop/env.md) | ||
* [How to Setup Develop Envirnoment](env.md) | ||
|
||
* [Seafile Code Standard](develop/code_standard.md) | ||
* [Seafile Code Standard](code_standard.md) | ||
|
||
Seafile Open API | ||
|
||
* [Seafile Web API](develop/web_api.md) | ||
* [Seafile Python API](develop/python_api.md) | ||
* [Seafile Web API](web_api.md) | ||
* [Seafile Python API](python_api.md) | ||
|
||
Seafile Implement Detail | ||
|
||
* [Seafile Data Model](develop/data_model.md) | ||
* [Seafile Server Components](develop/server-components.md) | ||
* [Seafile Sync algorithm](develop/sync_algorithm.md) | ||
* [Seafile Data Model](data_model.md) | ||
* [Seafile Server Components](server-components.md) | ||
* [Seafile Sync algorithm](sync_algorithm.md) |