summaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-08 09:57:19 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-08 09:57:19 +0100
commit1259fa9eb1595c141fb80a643b8618cc9e4f6db9 (patch)
tree17f963d65f6c16c3c05a6c63a57d4440d30d95b4 /docs/index.md
parent47bfba0d9152a1f7f689d7936b107b1a899a0b76 (diff)
downloadsink-1259fa9eb1595c141fb80a643b8618cc9e4f6db9.tar.gz
sink-1259fa9eb1595c141fb80a643b8618cc9e4f6db9.zip
Documentation structure
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/docs/index.md b/docs/index.md
index 3019cfd..36e309c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,15 +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 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 11 https://github.com/nvie/gitflow
12 * Steps for adding support for a type to a resource 12
13For further information see:
14
15 https://phabricator.kde.org/project/view/5/
13 16
14# Documentation 17# Documentation
15This documentation is built using [mkdocs.org](http://mkdocs.org). 18This documentation is built using [mkdocs.org](http://mkdocs.org).