From 0fee4e570d5cdbf2a98c9147f57bf1ecd369f41c Mon Sep 17 00:00:00 2001 From: FeynmanZhou Date: Fri, 19 Jun 2020 16:06:08 +0800 Subject: [PATCH] update video page Signed-off-by: FeynmanZhou --- content/en/partner/_index.md | 2 +- data/en/video.json | 40 +++++++++++++++++++++++++----------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/content/en/partner/_index.md b/content/en/partner/_index.md index d701b62f6..51e811c5e 100644 --- a/content/en/partner/_index.md +++ b/content/en/partner/_index.md @@ -13,7 +13,7 @@ section2: content: 'KubeSphere partners play a critical role in KubeSphere go-to-market strategy. KubeSphere partners are located all over the world. We are looking forward to global cooperation as your success is our success.' name1: 'USA' icon1: 'images/partner/inaccel.jpg' - name2: 'European' + name2: 'Europe' icon2: 'images/partner/radore-flag.jpg' name3: 'China' icon3: 'images/partner/qingcloud.svg' diff --git a/data/en/video.json b/data/en/video.json index 9ea04f472..c9da6c5f4 100644 --- a/data/en/video.json +++ b/data/en/video.json @@ -1,34 +1,50 @@ [ + { + "title": "Kubernetes and Microservices Observability on KubeSphere", + "link": "https://www.youtube.com/embed/uf0TTowc56I?&autoplay=1", + "createTime": "2020.6.17", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619153720.png", + "group": "Observability", + "tag": "" + }, + { + "title": "A Complete Walkthrough to KubeSphere DevOps System", + "link": "https://www.youtube.com/embed/uf0TTowc56I?&autoplay=1", + "createTime": "2020.6.12", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619153949.png", + "group": "DevOps", + "tag": "" + }, { "title": "Helm-based Application Management in KubeSphere Application Store", "link": "https://www.youtube.com/embed/h1Mmcr4wnF8?&autoplay=1", "createTime": "2020.4.25", - "snapshot": "/images/videos/cover.png", - "group": "", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619153336.png", + "group": "App Management", "tag": "" }, { - "title": "Binary to Image - Containerize Artifact and Deploy Service to Kubernetes", + "title": "Binary to Image - Build reproducible docker image from binary", "link": "https://www.youtube.com/embed/jThC4CDoCLU?&autoplay=1", - "createTime": "2020.4.25", - "snapshot": "/images/videos/cover.png", - "group": "", + "createTime": "2020.4.30", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619152950.png", + "group": "DevOps", "tag": "" }, { "title": "Bookinfo Canary Release on Kubernetes using Istio, Jaeger and KubeSphere", "link": "https://www.youtube.com/embed/EkGWtwcsdE4?&autoplay=1", - "createTime": "2020.4.25", - "snapshot": "/images/videos/cover.png", - "group": "", + "createTime": "2020.5.15", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619153123.png", + "group": "Service Mesh", "tag": "" }, { "title": "Create Horizontal Pod Autoscaler for Kubernetes Deployment using KubeSphere", "link": "https://www.youtube.com/embed/Aqy-psx9B30?&autoplay=1", "createTime": "2020.4.25", - "snapshot": "/images/videos/cover.png", - "group": "", + "snapshot": "https://pek3b.qingstor.com/kubesphere-docs/png/20200619153218.png", + "group": "Kubernetes", "tag": "" } -] \ No newline at end of file +]