Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/UWP/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ private IEnumerable<ActivationHandler> 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)
2 changes: 1 addition & 1 deletion docs/UWP/activation.vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/UWP/getting-started-endusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/UWP/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/UWP/navigation.vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/UWP/platform-specific-recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/WPF/getting-started-endusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [All docs](../README.md)
2 changes: 1 addition & 1 deletion docs/WinUI/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/WinUI/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)