You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/10/12 07:40:13 UTC

[james-project] 06/12: JAMES-3406 James Distributed consistency model documentation page skeleton

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit e6a2de24e461a4378073480c428ec0bd6212f3ac
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Oct 6 16:57:36 2020 +0700

    JAMES-3406 James Distributed consistency model documentation page skeleton
---
 docs/modules/servers/nav.adoc                                         | 3 ++-
 .../servers/pages/distributed/architecture/consistency-model.adoc     | 4 ++++
 .../pages/distributed/{architecture.adoc => architecture/index.adoc}  | 4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/modules/servers/nav.adoc b/docs/modules/servers/nav.adoc
index 14c5835..20c7360 100644
--- a/docs/modules/servers/nav.adoc
+++ b/docs/modules/servers/nav.adoc
@@ -12,7 +12,8 @@
 ** xref:extendable.adoc[]
 ** xref:distributed.adoc[]
 *** xref:distributed/objectives.adoc[]
-*** xref:distributed/architecture.adoc[]
+*** xref:distributed/architecture/index.adoc[]
+**** xref:distributed/architecture/consistency-model.adoc[]
 *** xref:distributed/run.adoc[]
 *** xref:distributed/run-docker.adoc[]
 *** xref:distributed/configure/index.adoc[]
diff --git a/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc b/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc
new file mode 100644
index 0000000..3b504a0
--- /dev/null
+++ b/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc
@@ -0,0 +1,4 @@
+= Distributed James Server &mdash; Consistency Model
+:navtitle: Consistency Model
+
+TODO
\ No newline at end of file
diff --git a/docs/modules/servers/pages/distributed/architecture.adoc b/docs/modules/servers/pages/distributed/architecture/index.adoc
similarity index 98%
rename from docs/modules/servers/pages/distributed/architecture.adoc
rename to docs/modules/servers/pages/distributed/architecture/index.adoc
index 2736033..01f4961 100644
--- a/docs/modules/servers/pages/distributed/architecture.adoc
+++ b/docs/modules/servers/pages/distributed/architecture/index.adoc
@@ -18,13 +18,15 @@ image::storage.png[Storage responsibilities for the Distributed Server]
  * *Tika* (optional) enables text extraction from attachments, thus improving full text search results.
  * *SpamAssassin* (optional) can be used for Spam detection and user feedback is supported.
 
+xref:distributed/architecture/consistency-model.adoc[This page] further details Distributed James consistency model.
+
 == Protocols
 
 The following protocols are supported and can be used to interact with the Distributed Server:
 
 * *SMTP*
 * *IMAP*
-* xref:distributed/operate/webadmin.adoc[WebAdmin]] REST Administration API
+* xref:distributed/operate/webadmin.adoc[WebAdmin] REST Administration API
 * *LMTP*
 
 The following protocols should be considered experimental


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org