summaryrefslogtreecommitdiff
path: root/docs/content/dev/ot.md
diff options
context:
space:
mode:
authorYannick Bungers2021-01-05 17:27:24 +0100
committerGitHub2021-01-05 17:27:24 +0100
commit73d237165ea8fe411b764e5b5d1a2f51a2e02a0b (patch)
tree851df47886b64ac3c37ab6b809f300cd0dd99c0a /docs/content/dev/ot.md
parentd52d1d255a876fcf937c9df3717f6df9b745ad22 (diff)
parentd39c7deb32044a4a34e9c158f168070181b8ae9f (diff)
Merge pull request #656 from hedgedoc/docs/move-content
Move docs into subdirectory to make structor work
Diffstat (limited to 'docs/content/dev/ot.md')
-rw-r--r--docs/content/dev/ot.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/content/dev/ot.md b/docs/content/dev/ot.md
new file mode 100644
index 00000000..a1d0bebe
--- /dev/null
+++ b/docs/content/dev/ot.md
@@ -0,0 +1,13 @@
+# Operational Transformation
+
+From 0.3.2, we started supporting operational transformation.
+It makes concurrent editing safe and will not break up other users' operations.
+Additionally, now can show other clients' selections.
+
+See more at [https://operational-transformation.github.io/](https://operational-transformation.github.io/)
+
+And even more in this 2010 article series:
+
+- <https://drive.googleblog.com/2010/09/whats-different-about-new-google-docs_21.html>
+- <https://drive.googleblog.com/2010/09/whats-different-about-new-google-docs_22.html>
+- <https://drive.googleblog.com/2010/09/whats-different-about-new-google-docs.html>