From 7562b2d7a7b45c67be291089420be25b67ac1898 Mon Sep 17 00:00:00 2001 From: zhixzhan Date: Fri, 2 Apr 2021 17:38:54 +0800 Subject: [PATCH 1/2] add feed --- feed.json | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 feed.json diff --git a/feed.json b/feed.json new file mode 100644 index 0000000000..98704e34ad --- /dev/null +++ b/feed.json @@ -0,0 +1,87 @@ +{ + "version": 1, + "whatsNewLinks": [ + { + "title": "Composer 1.4", + "description": "Learn about new features in Composer's latest release.", + "url": "https://www.microsoft.com" + }, + { + "title": "Build 2020 updates", + "description": "Read all of the updates from this years Build conference, including Composer GA and SDK v4.9.", + "url": "https://techcommunity.microsoft.com/t5/azure-ai/build-2020-conversational-ai-updates/ba-p/1397685" + }, + { + "title": "November 2020 update", + "description": "November release of the Bot Framework SDK and Composer, including deeper integration with Power Virtual Agents!", + "url": "https://www.microsoft.com" + }, + { + "title": "Conversational AI at Microsoft Ignite", + "description": "Updates from Microsoft Ignite. New Composer release, public preview of Orchestrator and updates to Azure Bot Service and Bot Framework SDK.", + "url": "https://www.microsoft.com" + } + ], + "tabs": [ + { + "title": "Videos", + "viewAllLinkText": "View all videos", + "viewAllLinkUrl": "https://www.youtube.com/channel/UC8qPRh20PpuxBvxf0w2WrwQ", + "cards": [ + { + "image": "https://via.placeholder.com/244x95/0078d4/ffffff?text=Bot+FrameWork+Composer", + "title": "Introduction to Composer", + "description": "A five minute intro to Composer", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/300x200/", + "title": "Build a weather bot", + "description": "An end to end tutorial for creating a weather bot x An end to end tutorial for creating a weather bot", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/244x55/", + "title": "Using prompts", + "description": "Discover how to use prompts to accept input from users", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/200x95/", + "title": "Using LG", + "description": "Explore Language Generation and how to generate dynamic responses", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + } + ] + }, + { + "title": "Articles", + "cards": [ + { + "image": "https://via.placeholder.com/244x95/09f/fff.png", + "title": "Introduction to Composer Document", + "description": "A five minute intro to Composer", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/244x95/09f/fff.png", + "title": "Build a weather bot", + "description": "An end to end tutorial for creating a weather bot", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/244x95/09f/fff.png", + "title": "Using prompts", + "description": "Discover how to use prompts to accept input from users", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + }, + { + "image": "https://via.placeholder.com/244x95/09f/fff.png", + "title": "Using LG", + "description": "Explore Language Generation and how to generate dynamic responses", + "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" + } + ] + } + ] +} \ No newline at end of file From 7189799cfc15bb721ba61cceb976696aaeb03089 Mon Sep 17 00:00:00 2001 From: zhixzhan Date: Tue, 6 Apr 2021 17:02:10 +0800 Subject: [PATCH 2/2] update for test --- feed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.json b/feed.json index 98704e34ad..25bf1f2cb1 100644 --- a/feed.json +++ b/feed.json @@ -37,7 +37,7 @@ { "image": "https://via.placeholder.com/300x200/", "title": "Build a weather bot", - "description": "An end to end tutorial for creating a weather bot x An end to end tutorial for creating a weather bot", + "description": "An end to end tutorial for creating a weather bot", "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" }, {