move collaboration example

This commit is contained in:
Hans Pagel
2020-09-26 21:08:49 +02:00
parent 370dbb9d16
commit 408514287e
8 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
context('/examples/collaboration', () => {
before(() => {
cy.visit('/examples/collaboration')
})
})

View File

@@ -0,0 +1,5 @@
context('/examples/collaborative-editing', () => {
before(() => {
cy.visit('/examples/collaborative-editing')
})
})

View File

@@ -83,6 +83,8 @@ export default {
}),
],
})
this.updateState()
},
methods: {

View File

@@ -1,8 +1,8 @@
# Collaboration
# Collaborative editing
:::warning Public
The content of this editor is shared with other users.
:::
<!-- <demo name="Examples/Collaboration" :show-source="false"/> -->
<demo name="Examples/Collaboration" />
<demo name="Examples/CollaborativeEditing" />

View File

@@ -1,3 +1,3 @@
# Markdown Shortcuts
# Markdown shortcuts
<demo name="Examples/MarkdownShortcuts" />
<demo name="Examples/MarkdownShortcuts" />

View File

@@ -1,3 +1,3 @@
# Read-Only
# Read-only
<demo name="Examples/ReadOnly" highlight="3-6,22,28,40-46" />
<demo name="Examples/ReadOnly" highlight="3-6,22,28,40-46" />

View File

@@ -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