rename example
This commit is contained in:
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
|
link: /examples/todo-app
|
||||||
- title: Write a book
|
- title: Write a book
|
||||||
link: /examples/book
|
link: /examples/book
|
||||||
- title: Minimalistic
|
- title: Minimal
|
||||||
link: /examples/minimalistic
|
link: /examples/minimal
|
||||||
- title: Draw on a canvas
|
- title: Draw on a canvas
|
||||||
link: /examples/drawing
|
link: /examples/drawing
|
||||||
- title: Multiple editors
|
- title: Multiple editors
|
||||||
|
|||||||
Reference in New Issue
Block a user