mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
rename example
This commit is contained in:
parent
211df5a23b
commit
3bbd28f401
7
docs/src/demos/Examples/Minimal/index.spec.js
Normal file
7
docs/src/demos/Examples/Minimal/index.spec.js
Normal file
@ -0,0 +1,7 @@
|
||||
context('/demos/Examples/Minimal', () => {
|
||||
before(() => {
|
||||
cy.visit('/demos/Examples/Minimal')
|
||||
})
|
||||
|
||||
// TODO: Write tests
|
||||
})
|
@ -1,7 +0,0 @@
|
||||
context('/demos/Examples/Minimalistic', () => {
|
||||
before(() => {
|
||||
cy.visit('/demos/Examples/Minimalistic')
|
||||
})
|
||||
|
||||
// TODO: Write tests
|
||||
})
|
3
docs/src/docPages/examples/minimal.md
Normal file
3
docs/src/docPages/examples/minimal.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Minimal
|
||||
|
||||
<demo name="Examples/Minimal" highlight="7-9,25-27" />
|
@ -1,3 +0,0 @@
|
||||
# Minimalistic
|
||||
|
||||
<demo name="Examples/Minimalistic" highlight="7-9,25-27" />
|
@ -30,8 +30,8 @@
|
||||
link: /examples/todo-app
|
||||
- title: Write a book
|
||||
link: /examples/book
|
||||
- title: Minimalistic
|
||||
link: /examples/minimalistic
|
||||
- title: Minimal
|
||||
link: /examples/minimal
|
||||
- title: Draw on a canvas
|
||||
link: /examples/drawing
|
||||
- title: Multiple editors
|
||||
|
Loading…
Reference in New Issue
Block a user