+ {{- .Title -}} +
+{{ .Description | markdownify -}}
+diff --git a/content/en/videos/_index.md b/content/en/videos/_index.md new file mode 100644 index 00000000..95163b04 --- /dev/null +++ b/content/en/videos/_index.md @@ -0,0 +1,10 @@ +--- +title: Videos +description: > + Videos on Cloud and Kanvas +linkTitle: Videos +type: video +cascade: + type: video +--- + diff --git a/content/en/videos/advanced/_index.md b/content/en/videos/advanced/_index.md new file mode 100644 index 00000000..3f455be1 --- /dev/null +++ b/content/en/videos/advanced/_index.md @@ -0,0 +1,9 @@ +--- +title: Advanced Videos +description: > + Advanced Videos on Cloud and Kanvas +linkTitle: Advanced Videos +weight: 4 +videoGrid: true +--- + diff --git a/content/en/videos/advanced/advanced-videos/video.md b/content/en/videos/advanced/advanced-videos/video.md new file mode 100644 index 00000000..ef67d21c --- /dev/null +++ b/content/en/videos/advanced/advanced-videos/video.md @@ -0,0 +1,11 @@ +--- +title: "Local video 1" +description: "Birth of Kanvas logo from Meshery Birth of Kanvas logo from Meshery" +src: "/videos/pattern-import.mp4" +videoType: local +muted: true # optional +autoplay: true # optional +loop: true #optional +--- + +{{< local-video src="/videos/pattern-import.mp4" muted="true" autoplay="true" loop="true" >}} diff --git a/content/en/videos/getting-started/_index.md b/content/en/videos/getting-started/_index.md new file mode 100644 index 00000000..fa3ec0fa --- /dev/null +++ b/content/en/videos/getting-started/_index.md @@ -0,0 +1,8 @@ +--- +title: Getting Started Videos +description: > + Getting started Video on Cloud and Kanvas +linkTitle: Getting Started +weight: 2 +videoGrid: true +--- \ No newline at end of file diff --git a/content/en/videos/getting-started/comments/adding-comments.md b/content/en/videos/getting-started/comments/adding-comments.md new file mode 100644 index 00000000..a80475f1 --- /dev/null +++ b/content/en/videos/getting-started/comments/adding-comments.md @@ -0,0 +1,12 @@ +--- +title: Reviewing Designs +description: > + Getting Started with Kanvas and Design Reviews +video_id: "bb6J--aApk8" +videoType: youtube # or "local" +muted: true # optional +autoplay: true # optional +loop: true #optional +--- + +{{< youtube bb6J--aApk8 >}} \ No newline at end of file diff --git a/content/en/videos/intermediate/_index.md b/content/en/videos/intermediate/_index.md new file mode 100644 index 00000000..242771fc --- /dev/null +++ b/content/en/videos/intermediate/_index.md @@ -0,0 +1,9 @@ +--- +title: Intermediate Videos +description: > + Intermediate videos +linkTitle: Intermediate vidoes +weight: 3 +videoGrid: true +--- + diff --git a/content/en/videos/intermediate/layer5/kanvas.md b/content/en/videos/intermediate/layer5/kanvas.md new file mode 100644 index 00000000..e4a35b81 --- /dev/null +++ b/content/en/videos/intermediate/layer5/kanvas.md @@ -0,0 +1,10 @@ +--- +title: "Layer5 kanvas Video" +description: "Layer5 kanvas - figma for DevOps. Design, deploy and manage your cloudnative infrastructure." +video_id: "Do7htKrRzDA" +videoType: youtube # or "local" +muted: true # optional +autoplay: true # optional +loop: true #optional +--- +{{< youtube Do7htKrRzDA >}} \ No newline at end of file diff --git a/content/en/videos/intermediate/meshery/meshery-teaser.md b/content/en/videos/intermediate/meshery/meshery-teaser.md new file mode 100644 index 00000000..986cd4d3 --- /dev/null +++ b/content/en/videos/intermediate/meshery/meshery-teaser.md @@ -0,0 +1,10 @@ +--- +title: "Meshery Playground Teaser Video" +description: "Meshery Playground - Explore features and capabilities of Meshery." +video_id: "Do7htKrRzDA" +videoType: youtube # or "local" +muted: true # optional +autoplay: true # optional +loop: true #optional +--- +{{< youtube Do7htKrRzDA >}} \ No newline at end of file diff --git a/layouts/partials/video-section-index.html b/layouts/partials/video-section-index.html new file mode 100644 index 00000000..2fdcea17 --- /dev/null +++ b/layouts/partials/video-section-index.html @@ -0,0 +1,82 @@ +
{{ .Description }}
+{{ .Description | markdownify -}}
+