From 4a9ed870d1fb5f03e1281dfda6c8848a7ad97c70 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Mon, 14 Feb 2011 09:37:00 -0500 Subject: [PATCH] working on the docs --- src/docbkx/index.xml | 5 +-- src/docbkx/reference/couchdb.xml | 34 +++++++++++++++++++++ src/docbkx/reference/introduction.xml | 8 +++-- src/docbkx/reference/mongo-repositories.xml | 2 +- src/docbkx/reference/mongodb.xml | 2 +- 5 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 src/docbkx/reference/couchdb.xml diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 66b8fcfbc..bd5d785fa 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -50,12 +50,13 @@ - - Mongo DB + + Reference Documentation + \ No newline at end of file diff --git a/src/docbkx/reference/couchdb.xml b/src/docbkx/reference/couchdb.xml new file mode 100644 index 000000000..e54af4303 --- /dev/null +++ b/src/docbkx/reference/couchdb.xml @@ -0,0 +1,34 @@ + + + + CouchDB support + + One of the document stores supported by DATADOC is CouchDB. + +
+ CouchDB Requirements + + DATADOC requires Couchdb version 1.0 or later. +
+ +
+ CouchDB Support High Level View + + The CouchDB support is still under development and not part of this release. + +
+ + +
+ Roadmap ahead + + The Spring Data Document projects CouchDB support is in its early + stages. We are interested in feedback, knowing what your use cases are, + what are the common patters you encounter so that the CouchDB module + better serves your needs. Do contact us using the channels mentioned above, we are + interested in hearing from you! +
+
diff --git a/src/docbkx/reference/introduction.xml b/src/docbkx/reference/introduction.xml index d65374931..c1d1abb71 100644 --- a/src/docbkx/reference/introduction.xml +++ b/src/docbkx/reference/introduction.xml @@ -1,9 +1,13 @@ - Document structure + Document Structure This part of the reference documentation explains the core functionality offered by Spring Data Document. - introduces the Document module feature set. + introduces the MongoDB module feature set. + + introduces the repository support for MongoDB. + + \ No newline at end of file diff --git a/src/docbkx/reference/mongo-repositories.xml b/src/docbkx/reference/mongo-repositories.xml index 2f281182f..6e00ef290 100644 --- a/src/docbkx/reference/mongo-repositories.xml +++ b/src/docbkx/reference/mongo-repositories.xml @@ -1,5 +1,5 @@ - + Mongo repositories diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 27d19d6c9..5c4c0252b 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -2,7 +2,7 @@ - Core support + MongoDB support One of the document stores supported by DATADOC is MongoDB. To quote the project home