From 4ccbb090cb6929d2e3e730c1f75885ac130f6722 Mon Sep 17 00:00:00 2001 From: Arash Zandi Date: Sat, 31 May 2025 12:31:33 +0330 Subject: [PATCH] All docs --- docs/UWP/activation.md | 2 +- docs/UWP/activation.vb.md | 2 +- docs/UWP/getting-started-endusers.md | 2 +- docs/UWP/navigation.md | 2 +- docs/UWP/navigation.vb.md | 2 +- docs/UWP/platform-specific-recommendations.md | 2 +- docs/WPF/getting-started-endusers.md | 2 +- docs/WinUI/activation.md | 2 +- docs/WinUI/navigation.md | 2 +- docs/accessibility.md | 2 +- docs/telemetry.md | 2 +- docs/templates.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/UWP/activation.md b/docs/UWP/activation.md index dab656a1be..dd0f3c2b22 100644 --- a/docs/UWP/activation.md +++ b/docs/UWP/activation.md @@ -285,4 +285,4 @@ private IEnumerable GetActivationHandlers() - [Using and extending the generated app](./getting-started-endusers.md) - [Handling navigation within the app](./navigation.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/UWP/activation.vb.md b/docs/UWP/activation.vb.md index 15bfab8965..695051e44e 100644 --- a/docs/UWP/activation.vb.md +++ b/docs/UWP/activation.vb.md @@ -279,4 +279,4 @@ End Function - [Using and extending the generated app](./getting-started-endusers.md) - [Handling navigation within the app](./navigation.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/UWP/getting-started-endusers.md b/docs/UWP/getting-started-endusers.md index 2ba4302a04..f3b0fd16f1 100644 --- a/docs/UWP/getting-started-endusers.md +++ b/docs/UWP/getting-started-endusers.md @@ -163,4 +163,4 @@ The minimum supported Windows 10 version and which SDKs should be pre-installed - [Handling app activation](./activation.md) - [Handling navigation within the app](./navigation.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/UWP/navigation.md b/docs/UWP/navigation.md index d14071dde5..36c76ea528 100644 --- a/docs/UWP/navigation.md +++ b/docs/UWP/navigation.md @@ -33,4 +33,4 @@ Additional navigation scenarios are covered [here](./navigation-advanced.md). - [Using and extending the generated app](./getting-started-endusers.md) - [Handling app activation](./activation.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/UWP/navigation.vb.md b/docs/UWP/navigation.vb.md index fd8afe8151..6f03dfb7f0 100644 --- a/docs/UWP/navigation.vb.md +++ b/docs/UWP/navigation.vb.md @@ -37,4 +37,4 @@ Sample projects that show mixed navigation are available from [the C# version of - [Using and extending the generated app](./getting-started-endusers.md) - [Handling app activation](./activation.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/UWP/platform-specific-recommendations.md b/docs/UWP/platform-specific-recommendations.md index 114ca34a03..e7d30818b9 100644 --- a/docs/UWP/platform-specific-recommendations.md +++ b/docs/UWP/platform-specific-recommendations.md @@ -69,4 +69,4 @@ Here is a compilation of useful links to the documentation that will help you to - [Using and extending the generated UWP app](./getting-started-endusers.md) - [Handling app activation](./activation.md) - [Handling navigation within the app](./navigation.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/WPF/getting-started-endusers.md b/docs/WPF/getting-started-endusers.md index 2133399091..37cb037c46 100644 --- a/docs/WPF/getting-started-endusers.md +++ b/docs/WPF/getting-started-endusers.md @@ -90,4 +90,4 @@ The final generated code is the result of a project configuration (project type - [MahApps.Metro](./mahapps-metro.md) - [Adapt the app for specific platforms](./platform-specific-recommendations.md) -- [All docs](../readme.md) \ No newline at end of file +- [All docs](../README.md) \ No newline at end of file diff --git a/docs/WinUI/activation.md b/docs/WinUI/activation.md index ef016cfbde..262f62cb7a 100644 --- a/docs/WinUI/activation.md +++ b/docs/WinUI/activation.md @@ -34,4 +34,4 @@ The `HandleActivationAsync` method gets the first `ActivationHandler` that can h - [Using and extending the generated app](./readme.md) - [Handling navigation within the app](./navigation.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/WinUI/navigation.md b/docs/WinUI/navigation.md index 8ac7eaf02b..40681b212b 100644 --- a/docs/WinUI/navigation.md +++ b/docs/WinUI/navigation.md @@ -51,4 +51,4 @@ This project type adds a ShellPage that sets the NavigationService's frame to a - [Using and extending the generated app](./readme.md) - [Handling app activation](./activation.md) -- [All docs](../readme.md) +- [All docs](../README.md) diff --git a/docs/accessibility.md b/docs/accessibility.md index c5ca8bdee9..fd5141d0b4 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -54,4 +54,4 @@ For more info, read: - [Getting started with the TS codebase](/CONTRIBUTING.md) - [Understanding and authoring Templates](./templates.md) - [Recording usage Telemetry](./telemetry.md) -- [All docs](./readme.md) +- [All docs](./README.md) diff --git a/docs/telemetry.md b/docs/telemetry.md index 4ab0f8642a..55956008c6 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -21,4 +21,4 @@ For events related to session and project generation see [Core Template Studio - - [Getting started with the TS codebase](/CONTRIBUTING.md) - [Understanding and authoring Templates](./templates.md) - [Ensuring generated code is accessible](./accessibility.md) -- [All docs](./readme.md) +- [All docs](./README.md) diff --git a/docs/templates.md b/docs/templates.md index 3d76cec4a8..85313265dd 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -99,4 +99,4 @@ There are also code snippets to add Tags, PrimaryOutputs, Symbols and Post Actio - [Templates doc in Core Template Studio](https://github.com/microsoft/CoreTemplateStudio/tree/main/docs/templates.md) - [Recording usage Telemetry](./telemetry.md) - [Ensuring generated code is accessible](./accessibility.md) -- [All docs](./readme.md) +- [All docs](./README.md)