This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
feat: Update home feed and add content #6829
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9bfbb12
Update home feed and add content
garypretty daa4e15
Delete package-lock.json file
hatpick f4718d2
Merge branch 'main' into gary/homepage-feed-update
hatpick f2a0a85
Fix type
garypretty 4a0fd54
Merge branch 'main' into gary/homepage-feed-update
garypretty 6f07c3e
Merge remote-tracking branch 'origin/gary/homepage-feed-update' into …
garypretty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,87 +1,75 @@ | ||
| { | ||
| "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", | ||
| "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" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| "version": 1, | ||
| "whatsNewLinks": [{ | ||
| "title": "Bot Framework Composer 1.3", | ||
| "description": "Learn about new features in Bot Framework Composer 1.3, including new preview features you can try today.", | ||
| "url": "https://techcommunity.microsoft.com/t5/azure-ai/bot-framework-composer-1-3-is-now-available/ba-p/1996923" | ||
| }, { | ||
| "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": "Power Virtual Agents and Composer integration preview", | ||
| "description": "We are pleased to announce the Public Preview of Power Virtual Agents integration with Microsoft Bot Framework Composer. Bot makers will now be able to use Bot Framework Composer to create custom content and add it to Power Virtual Agents.", | ||
| "url": "https://powervirtualagents.microsoft.com/en-us/blog/power-virtual-agents-integration-with-bot-framework-composer-is-available-in-public-preview/" | ||
| }, { | ||
| "title": "November 2020 - Conversational AI update", | ||
| "description": "Updates to the Conversational AI platform, including a new release of Bot Framework Composer and Power Virtual Agents integration.", | ||
| "url": "https://techcommunity.microsoft.com/t5/azure-ai/november-2020-conversational-ai-update/ba-p/1892528" | ||
| }, { | ||
| "title": "Conversational AI at Microsoft Ignite 2020", | ||
| "description": "Conversational AI updates from Microsoft Ignite 2020.", | ||
| "url": "https://techcommunity.microsoft.com/t5/azure-ai/ignite-2020-conversational-ai-updates/ba-p/1691841" | ||
| }], | ||
| "tabs": [{ | ||
| "title": "Latest Videos", | ||
| "viewAllLinkText": "Visit the Bot Framework Composer YouTube Channel", | ||
| "viewAllLinkUrl": "https://www.youtube.com/channel/UC8qPRh20PpuxBvxf0w2WrwQ", | ||
| "cards": [{ | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/ai-show.png", | ||
| "title": "Microsoft AI Show - Building Telephony solutions with Composer", | ||
| "description": "A look at the new Azure Bot Service Telephony channel preview and Composer updates focused on Speech", | ||
| "url": "https://channel9.msdn.com/Events/All-Around-Azure/All-Around-Azure-A-Developers-Guide-to-AI/Improve-Customer-Engagement-and-Productivity-with-Conversational-AI" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/all-around-azure.png", | ||
| "title": "Conversational AI - All Around Azure", | ||
| "description": "Part of the All Around Azure event. A overview of Conversational AI and a walktrhough of building a bot with Bot Framework Composer.", | ||
| "url": "https://channel9.msdn.com/Events/All-Around-Azure/All-Around-Azure-A-Developers-Guide-to-AI/Improve-Customer-Engagement-and-Productivity-with-Conversational-AI" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/ignite.png", | ||
| "title": "Microsoft Ignite - Conversational AI powered Customer and Employee Virtual Assistants", | ||
| "description": "The Conversational AI session at Microsoft Ignite 2020 covering latest updates from Bot Framework and Azure Bot Service.", | ||
| "url": "https://channel9.msdn.com/Events/Build/2020/INT139" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/microsoft-build.png", | ||
| "title": "Microsoft Build 2020 - AI Show", | ||
| "description": "A special edition of the AI Show, featuring an overview and demo of Bot Framework Composer", | ||
| "url": "https://channel9.msdn.com/Shows/AI-Show/Bot-Frameworks-new-collaborative-Conversational-AI-development-environment?term=AI%20Show%20Build%202020%20Composer&lang-en=true" | ||
| }] | ||
| }, { | ||
| "title": "Tutorials", | ||
| "viewAllLinkText": "Visit the Bot Framework Composer YouTube Channel", | ||
| "viewAllLinkUrl": "https://www.youtube.com/channel/UC8qPRh20PpuxBvxf0w2WrwQ", | ||
| "cards": [{ | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/composer-tutorials.png", | ||
| "title": "Using Prompts", | ||
| "description": "Walkthrough and tips for using Prompts to accept information from users.", | ||
| "url": "https://www.youtube.com/watch?v=dUT8L4_bVrk" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/composer-tutorials.png", | ||
| "title": "LG for Advanced Responses", | ||
| "description": "How to use LG (Language Generation) to create dyanmic responses.", | ||
|
garypretty marked this conversation as resolved.
Outdated
|
||
| "url": "https://www.youtube.com/watch?v=hiIiZnRcCv0" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/composer-tutorials.png", | ||
| "title": "Advanced Prompts", | ||
| "description": "Implementing more advanced prompts including confirmation and allowing users to correct mistakes.", | ||
| "url": "https://www.youtube.com/watch?v=vN9dBQj1dOs" | ||
| }, { | ||
| "image": "https://github.com/microsoft/BotFramework-Composer/raw/main/docs/home-feed-content/composer-tutorials.png", | ||
| "title": "Build a Weather Bot", | ||
| "description": "An end to end walkthrough to build a weather bot in Composer.", | ||
| "url": "https://www.youtube.com/watch?v=P-kKw2HGP3o&t=1282s" | ||
| }] | ||
| }] | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.