Skip to content

Commit 0d75f20

Browse files
0x5bfabeth-panx
andauthored
Removed deprecated docs in the repo (#10706)
* Init * Update README --------- Co-authored-by: Beth Pan <beth_panx@hotmail.com>
1 parent f9c3bca commit 0d75f20

8 files changed

Lines changed: 20 additions & 161 deletions

File tree

README.md

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![WinUI hero image](docs/images/header.png)
22

33
<h1 align="center">
4-
WinUI 3
4+
WinUI
55
</h1>
66
<p align="center">
77
<a href="https://twitter.com/intent/follow?screen_name=windowsui">
@@ -26,8 +26,7 @@ WinUI is a user interface layer that contains modern controls and styles for bui
2626
- **Powers key experiences in Windows:** Windows experiences and apps are built with WinUI. Its rich control set and styles make it easy to develop high-quality experiences used by millions every day.
2727

2828
<p align="center">
29-
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
30-
</br>
29+
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
3130
</p>
3231

3332
## 📋 Getting started with WinUI
@@ -37,6 +36,8 @@ For WinUI, your app's users must be on Windows 10 1809 - Build 17763 or newer (i
3736
The full documentation of WinUI can be found on [Microsoft Learn](https://learn.microsoft.com/windows/apps/):
3837
- [Get started with WinUI](https://learn.microsoft.com/windows/apps/get-started/start-here)
3938
- [Build your first WinUI app](https://learn.microsoft.com/windows/apps/tutorials/winui-notes/)
39+
- [Migrate from UWP to the Windows App SDK](https://learn.microsoft.com/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw)
40+
- [Windows Runtime APIs not supported in desktop apps](https://learn.microsoft.com/windows/apps/desktop/modernize/desktop-to-uwp-supported-api)
4041
- [WinUI & Windows App SDK samples](https://learn.microsoft.com/windows/apps/get-started/samples)
4142

4243
</br>
@@ -48,47 +49,40 @@ Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery),
4849
<img src="docs/images/winui-gallery.png" alt="WinUI 3 Gallery" width="400"/>
4950
</p>
5051
<p align="center">
51-
<a href="https://apps.microsoft.com/detail/WinUI%203%20Gallery/9P3JFPWWDZRC?launch=true
52-
&mode=mini">
53-
<img src="/docs/images/storeBadge.png" width="200"/>
54-
</a>
52+
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9P3JFPWWDZRC?launch=true&mode=full">
53+
<picture>
54+
<source media="(prefers-color-scheme: light)" srcset="docs/images/StoreBadge-dark.png" width="220" />
55+
<img src="docs/images/StoreBadge-light.png" width="220" />
56+
</picture></a>
5557
</p>
56-
</br>
5758

5859
## 📺 WinUI Community Call
5960
The WinUI Community Call is your opportunity to learn about WinUI and to engage with the WinUI team and community. Join us online on YouTube at the [Windows Developer channel](https://www.youtube.com/playlist?list=PLI_J2v67C23ZqsolUDaHoFkF1GKvGrttB).
6061

61-
</br>
62-
6362
## 📢 Contributing to WinUI
6463

6564
The WinUI team welcomes your feedback! To understand how we handle incoming feature requests and bugs, please see our [contribution handling](docs/contribution_handling.md) guidelines.
6665

6766
For information on how to contribute, please see [Contributing to WinUI](CONTRIBUTING.md).
6867

69-
We're not yet ready to accept code contributions, but we are working towards that goal. It is now
70-
possible to build the WinUI product binaries, with work in progress to share test code and enabling
71-
locally running tests. To get started building WinUI from source and see more details on current
72-
limitations, see [Getting started with building WinUI](src/GettingStarted.md). See the
73-
[WinUI OSS Update post](https://github.com/microsoft/microsoft-ui-xaml/discussions/10700) to check the
74-
latest status.
75-
76-
For the latest code and updates, use the [`winui3/main`](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/main)
77-
branch.
78-
79-
</br>
68+
> [!WARNING]
69+
> We're not yet ready to accept code contributions, but we are working towards that goal. It is now
70+
> possible to build the WinUI product binaries, with work in progress to share test code and enabling
71+
> locally running tests. To get started building WinUI from source and see more details on current
72+
> limitations, see [Getting started with building WinUI](src/GettingStarted.md). See the
73+
> [WinUI OSS Update post](https://github.com/microsoft/microsoft-ui-xaml/discussions/10700) to check the
74+
> latest status.
75+
>
76+
> For the latest code and updates, use the [`winui3/main`](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/main) branch.
8077
8178
## 🛣️ Roadmap
8279

8380
For info on the WinUI release schedule and high level plans please see the [WinUI roadmap](https://aka.ms/winappsdk/plans).
8481

85-
</br>
86-
87-
## 🔧 WinUI 2 (for UWP)
88-
WinUI 2 is a library of controls that provides Microsoft UI controls and features for [UWP apps](https://docs.microsoft.com/windows/uwp/index). Learn more about WinUI 2 [here](https://aka.ms/winui2) or download the source code [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui2/main).
82+
## 🔧 WinUI for UWP
83+
WinUI for UWP (WinUI 2) is a library of controls that provides Microsoft UI controls and features for [UWP apps](https://docs.microsoft.com/windows/uwp/index). Learn more about WinUI for UWP [here](https://aka.ms/winui2) or download the source code [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui2/main).
8984

9085
You can get the WinUI 2 Gallery [on the Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT?ocid=pdpshare) and see the source code [here](https://github.com/microsoft/WinUI-Gallery/tree/winui2).
91-
</br>
9286

9387
### Data/Telemetry
9488

docs/SECURITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/images/StoreBadge-dark.png

13.9 KB
Loading

docs/images/StoreBadge-light.png

14.9 KB
Loading

docs/images/storeBadge.png

-18.4 KB
Binary file not shown.

docs/roadmap.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/winrt-apis-for-desktop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/winui3_migration.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)