diff --git a/docs/src/demos/Examples/Collaboration/index.spec.js b/docs/src/demos/Examples/Collaboration/index.spec.js
deleted file mode 100644
index 8e0e9403..00000000
--- a/docs/src/demos/Examples/Collaboration/index.spec.js
+++ /dev/null
@@ -1,5 +0,0 @@
-context('/examples/collaboration', () => {
- before(() => {
- cy.visit('/examples/collaboration')
- })
-})
diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.spec.js b/docs/src/demos/Examples/CollaborativeEditing/index.spec.js
new file mode 100644
index 00000000..678f86ad
--- /dev/null
+++ b/docs/src/demos/Examples/CollaborativeEditing/index.spec.js
@@ -0,0 +1,5 @@
+context('/examples/collaborative-editing', () => {
+ before(() => {
+ cy.visit('/examples/collaborative-editing')
+ })
+})
diff --git a/docs/src/demos/Examples/Collaboration/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue
similarity index 99%
rename from docs/src/demos/Examples/Collaboration/index.vue
rename to docs/src/demos/Examples/CollaborativeEditing/index.vue
index 661968d1..2246d926 100644
--- a/docs/src/demos/Examples/Collaboration/index.vue
+++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue
@@ -83,6 +83,8 @@ export default {
}),
],
})
+
+ this.updateState()
},
methods: {
diff --git a/docs/src/demos/Examples/Collaboration/style.scss b/docs/src/demos/Examples/CollaborativeEditing/style.scss
similarity index 100%
rename from docs/src/demos/Examples/Collaboration/style.scss
rename to docs/src/demos/Examples/CollaborativeEditing/style.scss
diff --git a/docs/src/docPages/examples/collaboration.md b/docs/src/docPages/examples/collaborative-editing.md
similarity index 67%
rename from docs/src/docPages/examples/collaboration.md
rename to docs/src/docPages/examples/collaborative-editing.md
index 1e45cea6..d1f66ae0 100644
--- a/docs/src/docPages/examples/collaboration.md
+++ b/docs/src/docPages/examples/collaborative-editing.md
@@ -1,8 +1,8 @@
-# Collaboration
+# Collaborative editing
:::warning Public
The content of this editor is shared with other users.
:::
-
+
diff --git a/docs/src/docPages/examples/markdown-shortcuts.md b/docs/src/docPages/examples/markdown-shortcuts.md
index f6a9feff..02e480c7 100644
--- a/docs/src/docPages/examples/markdown-shortcuts.md
+++ b/docs/src/docPages/examples/markdown-shortcuts.md
@@ -1,3 +1,3 @@
-# Markdown Shortcuts
+# Markdown shortcuts
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/examples/read-only.md b/docs/src/docPages/examples/read-only.md
index 1964e18a..fea24ee5 100644
--- a/docs/src/docPages/examples/read-only.md
+++ b/docs/src/docPages/examples/read-only.md
@@ -1,3 +1,3 @@
-# Read-Only
+# Read-only
-
\ No newline at end of file
+
diff --git a/docs/src/links.yaml b/docs/src/links.yaml
index e1dda25e..94e80146 100644
--- a/docs/src/links.yaml
+++ b/docs/src/links.yaml
@@ -13,6 +13,10 @@
items:
- title: Basic
link: /examples/basic
+ - title: Collaborative editing
+ link: /examples/collaborative-editing
+ - title: Markdown shortcuts
+ link: /examples/markdown-shortcuts
# - title: Menu Bubble
# link: /examples/menu-bubble
# draft: true
@@ -39,14 +43,12 @@
# - title: Suggestions
# link: /examples/suggestions
# draft: true
- - title: Markdown Shortcuts
- link: /examples/markdown-shortcuts
# - title: Code Highlighting
# link: /examples/code-highlighting
# draft: true
- title: History
link: /examples/history
- - title: Read-Only
+ - title: Read-only
link: /examples/read-only
# - title: Embeds
# link: /examples/embeds
@@ -56,8 +58,6 @@
# draft: true
# - title: Focus
# link: /examples/focus
- - title: Collaboration
- link: /examples/collaboration
# - title: Title
# link: /examples/title
# draft: true