mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 04:57:49 +08:00
docs: move youtube documentation into examples instead of experiments
This commit is contained in:
parent
a1e612bf89
commit
90dedbeabc
@ -1,6 +1,6 @@
|
|||||||
context('/src/Experiments/Youtube/Vue/', () => {
|
context('/src/Examples/Youtube/React/', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/src/Experiments/Youtube/Vue/')
|
cy.visit('/src/Examples/Youtube/React/')
|
||||||
})
|
})
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
@ -1,6 +1,6 @@
|
|||||||
context('/src/Experiments/Youtube/React/', () => {
|
context('/src/Examples/Youtube/Vue/', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/src/Experiments/Youtube/React/')
|
cy.visit('/src/Examples/Youtube/Vue/')
|
||||||
})
|
})
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Your favorite videos and jams - right in your editor!
|
description: Your favorite videos and jams - right in your editor!
|
||||||
icon: align-left
|
icon: video
|
||||||
---
|
---
|
||||||
|
|
||||||
# YouTube
|
# YouTube
|
||||||
|
Loading…
Reference in New Issue
Block a user