Skip to content

Commit

Permalink
docs: move youtube documentation into examples instead of experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jun 20, 2022
1 parent a1e612b commit 90dedbe
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/api/extensions/youtube.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Your favorite videos and jams - right in your editor!
icon: align-left
icon: video
---

# YouTube
Expand Down

0 comments on commit 90dedbe

Please sign in to comment.