Skip to content

Commit 8043eb8

Browse files
niels9001jwmsft
andauthored
[App dev FAQ] Migrating from yml to md (#6075)
* Migrating from yml to md * Updating the ToC * Fixing references * CI fixes * fix formatting issues, link rendering (#6086) * fix line spacing so links render correctly * try formatting for answers * line spacing matters * format answers for readability --------- Co-authored-by: Jim Walker <[email protected]>
1 parent 002a8bf commit 8043eb8

10 files changed

Lines changed: 572 additions & 374 deletions

hub/apps/desktop/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ landingContent:
4141
- text: Make your apps great on Windows 11
4242
url: ../get-started/make-apps-great-for-windows.md
4343
- text: Windows developer FAQ
44-
url: ../get-started/windows-developer-faq.yml
44+
url: ../get-started/windows-developer-faq.md
4545

4646
- title: Deploy and publish
4747
linkLists:

hub/apps/get-started/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,5 @@ Most modern apps collect and use a large amount of data – including personal d
297297
## Related articles
298298

299299
- [Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md)
300-
- [Windows Developer FAQ](./windows-developer-faq.yml)
300+
- [Windows Developer FAQ](./windows-developer-faq.md)
301301
- [Things you can do to make your app great on Windows 11](./make-apps-great-for-windows.md)

hub/apps/get-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ WPF is a well-established framework for Windows desktop applications with access
6464
Additionally, you can now integrate a sandbox environment into your packaged WPF applications, providing an extra layer of security. This enhancement requires little to no change to your code, thanks to the new [Win32 App Isolation](https://github.com/microsoft/win32-app-isolation) security feature.
6565

6666
> [!TIP]
67-
> If you already invested in WPF, you can continue to use it and take advantage of the modernization options in .NET 9. You can build your apps knowing that Microsoft is continuing to invest in WPF. See the [Windows developer FAQ](windows-developer-faq.yml) for more information.
67+
> If you already invested in WPF, you can continue to use it and take advantage of the modernization options in .NET 9. You can build your apps knowing that Microsoft is continuing to invest in WPF. See the [Windows developer FAQ](windows-developer-faq.md) for more information.
6868
6969
> [!div class="button"]
7070
> [Get started with WPF](/dotnet/desktop/wpf/overview/)
@@ -229,7 +229,7 @@ You have many options for developing applications for Windows. The best option f
229229

230230
Learn more about each of these options:
231231

232-
- [Windows developer FAQ](windows-developer-faq.yml)
232+
- [Windows developer FAQ](windows-developer-faq.md)
233233
- [.NET Multi-platform App UI (.NET MAUI)](/dotnet/maui/)
234234
- [ASP.NET Core Blazor Hybrid](/aspnet/core/blazor/hybrid)
235235
- [React Native for Desktop](/windows/dev-environment/javascript/react-native-for-windows)

hub/apps/get-started/windows-developer-faq.md

Lines changed: 562 additions & 0 deletions
Large diffs are not rendered by default.

hub/apps/get-started/windows-developer-faq.yml

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

hub/apps/get-started/windows-developer-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,5 @@ Windows APIs for running ONNX models locally in Windows apps, with hardware acce
202202

203203
## Related content
204204

205-
- [Windows developer FAQ](windows-developer-faq.yml)
205+
- [Windows developer FAQ](windows-developer-faq.md)
206206
- [Overview of app development options](./index.md)

hub/apps/how-tos/copilot-chat-winui3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@ In this how-to, we:
254254
## Related content
255255

256256
- [Sample applications for Windows development](../get-started/samples.md)
257-
- [Windows developer FAQ](../get-started/windows-developer-faq.yml)
257+
- [Windows developer FAQ](../get-started/windows-developer-faq.md)
258258
- [Windows development best practices](../get-started/best-practices.md)

hub/apps/how-tos/github-copilot-winui-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ In this how-to, we demonstrated how to use GitHub Copilot in Visual Studio to as
7878
## Related content
7979

8080
- [Sample applications for Windows development](../get-started/samples.md)
81-
- [Windows developer FAQ](../get-started/windows-developer-faq.yml)
81+
- [Windows developer FAQ](../get-started/windows-developer-faq.md)
8282
- [Windows development best practices](../get-started/best-practices.md)

hub/apps/how-tos/hello-world-winui3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Windows apps can be delivered to end-users using a variety of application packag
271271

272272
**Q: Can I use VS Code to build WinUI apps?**
273273

274-
Although technically possible, we strongly recommend using Visual Studio 2022 to build desktop apps with WinUI and Windows App SDK. See [the Windows developer FAQ](../get-started/windows-developer-faq.yml#do-i-need-to-use-visual-studio-to-build-winui-apps) for more information.
274+
Although technically possible, we strongly recommend using Visual Studio 2022 to build desktop apps with WinUI and Windows App SDK. See [the Windows developer FAQ](../get-started/windows-developer-faq.md) for more information.
275275

276276
**Q: Can I use C++ to build WinUI apps?**
277277

@@ -284,6 +284,6 @@ No, Visual Basic (VB) is not supported for building WinUI apps. The supported la
284284
## Related content
285285

286286
- [Sample applications for Windows development](../get-started/samples.md)
287-
- [Windows developer FAQ](../get-started/windows-developer-faq.yml)
287+
- [Windows developer FAQ](../get-started/windows-developer-faq.md)
288288
- [Windows developer glossary](../get-started/windows-developer-glossary.md)
289289
- [Windows development best practices](../get-started/best-practices.md)

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ items:
3232
- name: Best practices
3333
href: get-started/best-practices.md
3434
- name: FAQ
35-
href: get-started/windows-developer-faq.yml
35+
href: get-started/windows-developer-faq.md
3636
- name: Glossary
3737
href: get-started/windows-developer-glossary.md
3838
- name: Design

0 commit comments

Comments
 (0)