move collaboration example
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
context('/examples/collaboration', () => {
|
||||
before(() => {
|
||||
cy.visit('/examples/collaboration')
|
||||
})
|
||||
})
|
||||
@@ -0,0 +1,5 @@
|
||||
context('/examples/collaborative-editing', () => {
|
||||
before(() => {
|
||||
cy.visit('/examples/collaborative-editing')
|
||||
})
|
||||
})
|
||||
@@ -83,6 +83,8 @@ export default {
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
this.updateState()
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -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" />
|
||||
@@ -1,3 +1,3 @@
|
||||
# Markdown Shortcuts
|
||||
# Markdown shortcuts
|
||||
|
||||
<demo name="Examples/MarkdownShortcuts" />
|
||||
<demo name="Examples/MarkdownShortcuts" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user