summaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/index.md b/docs/index.md
index 3019cfd..90d04b6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,17 +1,18 @@
1# Index 1Sink is a data access layer handling synchronization, caching and indexing.
2* Design 2
3 * Design Goals 3Discussion of the code should be done on the kde-pim at kde.org mailing list
4 * Overview 4or in #kontact on IRC.
5 * Client API 5
6 * Storage 6Note that all feature development should happen in feature branches, and that
7 * Resource 7the mainline development branch is "develop". Master is for releases. It is
8 * Facade 8recommended (though not required) to use the ["git flow" tools](https://github.com/nvie/gitflow) to make branched
9 * Logging 9development easy (and easy for others to coordinate with).
10* Extending Akoandi Next 10
11 * Steps to add support for new types 11For further information on the project see the [KDE Phabricator instance](https://phabricator.kde.org/project/view/5/).
12 * Steps for adding support for a type to a resource
13 12
14# Documentation 13# Documentation
15This documentation is built using [mkdocs.org](http://mkdocs.org). 14This documentation is built using [mkdocs.org](http://mkdocs.org).
16 15
17Use `mkdocs serve` to run a local webserver to view the docs. 16Use `mkdocs serve` to run a local webserver to view the docs.
17
18The documentation is also published at [http://api.kde.org/doc/sink/](http://api.kde.org/doc/sink/) and rebuilt nightly.