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(() => {
|
||||
cy.visit('/src/Experiments/Youtube/Vue/')
|
||||
cy.visit('/src/Examples/Youtube/React/')
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
@ -1,6 +1,6 @@
|
||||
context('/src/Experiments/Youtube/React/', () => {
|
||||
context('/src/Examples/Youtube/Vue/', () => {
|
||||
before(() => {
|
||||
cy.visit('/src/Experiments/Youtube/React/')
|
||||
cy.visit('/src/Examples/Youtube/Vue/')
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Your favorite videos and jams - right in your editor!
|
||||
icon: align-left
|
||||
icon: video
|
||||
---
|
||||
|
||||
# YouTube
|
||||
|
Loading…
Reference in New Issue
Block a user