Skip to content

Commit 367c9a5

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs-pr (branch live)
2 parents de27ded + d20c907 commit 367c9a5

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

hub/apps/develop/feeds/feed-providers.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ ms.localizationpriority: medium
1313
1414
The feed providers feature in the Windows App SDK is a new integration point for third-party applications. It enables these applications to register their content feeds to be directly available within the Windows Widgets Board, enhancing the user experience by providing quick access to a variety of content directly from the desktop.
1515

16-
This article introduces the concept of feed providers and provides a high-level explanation the feature. Detailed implementation guidance will be published in a future update.
16+
This article introduces the concept of feed providers and provides a high-level explanation the feature.
17+
18+
For detailed guidance on how to implement a feed provider, see these articles below:
19+
20+
- [Implement a feed provider in a C# Windows App](/windows/apps/develop/feeds/implement-feed-provider-cs)
21+
22+
- [Implement a feed provider in a win32 app (C++/WinRT)](/windows/apps/develop/feeds/implement-feed-provider-win32)
23+
24+
- [Feed provider package manifest XML format](/windows/apps/develop/feeds/feed-provider-manifest)
1725

1826
Feeds in the Widgets Board helps users stay on top of what matters, enabling them to easily discover useful information and empowering them to act on it. Feed providers enable users to see content from multiple apps and services at the same time. Users can access content from various apps directly on their Widgets Board without the need to open individual apps, ensuring they have the latest information at their fingertips. Users also have the control to enable or disable feeds from the Widgets Board settings, tailoring the content to their preferences.
1927

20-
![A screenshot showing the Windows Widgets Board showing feeds.](./images/feeds-screenshot.png)
28+
![hidedashboard-screenshot](media/feed-providers/hidedashboard-screenshot.png)
2129

2230
## Getting started with feed providers
2331

@@ -36,4 +44,11 @@ The following lists the high-level steps for developing a feed provider:
3644

3745
## Next steps
3846

39-
Detailed implementation guidance will be provided in a future documentation update.
47+
For detailed guidance on how to implement a feed provider, see these articles below:
48+
49+
- [Implement a feed provider in a C# Windows App](/windows/apps/develop/feeds/implement-feed-provider-cs)
50+
51+
- [Implement a feed provider in a win32 app (C++/WinRT)](/windows/apps/develop/feeds/implement-feed-provider-win32)
52+
53+
- [Feed provider package manifest XML format](/windows/apps/develop/feeds/feed-provider-manifest)
54+
736 KB
Loading
260 KB
Loading

0 commit comments

Comments
 (0)