summaryrefslogtreecommitdiffstats
path: root/docs/index.md
blob: 36e309cf15ef29ad0353c50f095e29aab748b77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Sink is a data access layer handling synchronization, caching and indexing.

Discussion of the code should be done on the kde-pim at kde.org mailing list
or in #kontact on IRC.

Note that all feature development should happen in feature branches, and that
the mainline development branch is "develop". Master is for releases. It is
recommended (though not required) to use the "git flow" tools to make branched
development easy (and easy for others to coordinate with):

    https://github.com/nvie/gitflow

For further information see:

    https://phabricator.kde.org/project/view/5/

# Documentation
This documentation is built using [mkdocs.org](http://mkdocs.org).

Use `mkdocs serve` to run a local webserver to view the docs.