Skip to content

Commit 8d6e32f

Browse files
committed
chore: applied xref links
1 parent 6e340e5 commit 8d6e32f

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

doc/articles/check-toc-utilities/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Utility functions are dynamically imported from [`Import-TocCheckerUtils.ps1`](.
5656

5757
## 🌐 Further Reading
5858

59-
- [!INCLUDE [Clean Architecture Principles Inline](../includes/clean-architecture-principles-inline.md)]
59+
- [!INCLUDE [Clean Architecture Principles Inline](xref:Uno.Clean-Architecture-Inline)]

doc/articles/check-toc-utilities/Utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ uid: Uno.Contributing.check-toc.Utilities
55

66
*[SoC]: Separation of Concerns – Part of Clean Architecture
77

8-
The utility functions used by the `check_toc.ps1` script follow SoC principles to improve modularity, maintainability, and testability. These helpers are dynamically imported during script execution via the [`Import-TocCheckerUtils.ps1`](../check-toc-utilities/Import-TocCheckerUtils.ps1) script and encapsulate common logic such as file enumeration, header parsing, and output generation.
8+
The utility functions used by the `check_toc.ps1` script follow SoC principles to improve modularity, maintainability, and testability. These helpers are dynamically imported during script execution via the [`Import-TocCheckerUtils.ps1`](./Import-TocCheckerUtils.ps1) script and encapsulate common logic such as file enumeration, header parsing, and output generation.
99

1010
> [!TIP]
1111
> Keeping utility functions well-documented and separated from the main script logic helps contributors understand, maintain, and extend the tooling efficiently.

doc/articles/contributing/Documentation/docfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ To run the script on Windows:
145145

146146
## Import Uno Extensions and Tools docs
147147

148-
[!INCLUDE ../external/ <!--https://github.com/unoplatform/uno.extensions/blob/main/doc/README.md -->]
148+
[!INCLUDE [Import external docs](../../external/uno.extensions/doc/README.md)]

doc/articles/guides/how-to-create-control-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In a Control Class Library, [conditional XAML](xref:Uno.Development.PlatformSpec
108108

109109
## Library assets
110110

111-
WinUI 3 and Uno Platform (4.6 and later) Libraries support the inclusion of content assets to be used with [`StorageFile.GetFileFromApplicationUriAsync`](../features/file-management.md#support-for-storagefilegetfilefromapplicationuriasync), as well as with the `ms-appx:///[libraryname]/[assetname_file_name]` format.
111+
WinUI 3 and Uno Platform (4.6 and later) Libraries support the inclusion of content assets to be used with [`StorageFile.GetFileFromApplicationUriAsync`](xref:Uno.Features.FileManagement#support-for-storagefilegetfilefromapplicationuriasync), as well as with the `ms-appx:///[libraryname]/[assetname_file_name]` format.
112112

113113
> [!IMPORTANT]
114114
> When using library assets with non-WinAppSDK targets, the library name should also be lower cased.
@@ -129,4 +129,4 @@ In both cases, for the build system to include the assets files, the following p
129129
```
130130

131131
> [!IMPORTANT]
132-
> WinAppSDK [does not support assets](https://github.com/microsoft/microsoft-ui-xaml/issues/6429) if the application is using the MSIX package mode. To use the unpackaged mode, [see this article](../features/winapp-sdk-specifics.md#unpackaged-application-support).
132+
> WinAppSDK [does not support assets](https://github.com/microsoft/microsoft-ui-xaml/issues/6429) if the application is using the MSIX package mode. To use the unpackaged mode, [see this article](xref:Uno.Features.WinAppSDK#un-packaged-application-support).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
---
2+
uid: Uno.Clean-Architecture-Inline
3+
---
14
<!-- markdownlint-disable MD041-->
25
[Clean Architecture principles](https://devblogs.microsoft.com/ise/next-level-clean-architecture-boilerplate)

doc/articles/toc.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
- name: Working with Skia Desktop
168168
href: xref:Uno.Skia.Desktop
169169
- name: Working with the Linux Framebuffer
170-
href: features/using-linux-framebuffer.md
170+
href: xref:Uno.Skia.Linux.Framebuffer
171171
- name: Philosophy
172172
href: xref:Uno.Overview.Philosophy
173173
- name: How Uno Works
@@ -186,9 +186,9 @@
186186
- name: Creating Custom Controls
187187
href: guides/creating-custom-controls.md
188188
- name: Control Libraries
189-
href: guides/how-to-create-control-libraries.md
189+
href: xref:Guide.HowTo.Create-Control-Library
190190
- name: Adding New Platforms
191-
href: guides/how-to-add-platforms-existing-project.md
191+
href: xref:Uno.Guides.AddAdditionalPlatforms
192192
- name: Getting Started With Tests
193193
href: xref:Uno.Authoring.Tests
194194
- name: Logging
@@ -202,7 +202,7 @@
202202
- name: Legacy Topics
203203
items:
204204
- name: Working with Skia+GTK
205-
href: features/using-skia-gtk.md
205+
href: xref:Uno.Skia.Gtk
206206

207207
- name: Debugging
208208
items:
@@ -316,9 +316,9 @@
316316
- name: IL Linker for WebAssembly
317317
href: xref:uno.articles.features.illinker
318318
- name: Working with String Resource Trimming
319-
href: features/upri-trimming.md
319+
href: xref:Uno.Features.StringResourceTrimming
320320
- name: Working with XAML Trimming
321-
href: features/resources-trimming.md
321+
href: xref:Uno.Features.ResourcesTrimming
322322
- name: Error Monitoring & Crash Reporting with Raygun
323323
href: xref:Monitoring.Raygun
324324

@@ -360,7 +360,7 @@
360360
- name: Guidelines for Contributing Documentation
361361
items:
362362
- name: Adding documentation
363-
href: uno-development/doc-on-docs.md
363+
href: xref:Uno.Contributing.Docs
364364
- name: DocFX
365365
href: xref:Uno.Contributing.DocFx
366366
- name: Toc Checker
@@ -483,7 +483,7 @@
483483
- name: Uno and WinUI 3
484484
href: uwp-vs-winui3.md
485485
- name: WinAppSDK Specifics
486-
href: features/winapp-sdk-specifics.md
486+
href: xref:Uno.Features.WinAppSDK
487487
- name: WinUI links
488488
items:
489489
- name: Overview
@@ -509,25 +509,25 @@
509509
- name: Activities in Android
510510
href: android-activities.md
511511
- name: ComboBox
512-
href: controls/ComboBox.md
512+
href: xref:Uno.Controls.ComboBox
513513
- name: CommandBar
514-
href: controls/CommandBar.md
514+
href: xref:Uno.Controls.CommandBar
515515
- name: DatePicker
516-
href: controls/DatePicker.md
516+
href: xref:Uno.Controls.DatePicker
517517
- name: ElevatedView
518-
href: features/ElevatedView.md
518+
href: xref:Uno.Features.ElevatedView
519519
- name: Fluent icon font
520-
href: uno-fluent-assets.md
520+
href: xref:Uno.Development.FluentAssets
521521
- name: Flyout
522-
href: controls/Flyout.md
522+
href: xref:Uno.Controls.Flyout
523523
- name: Frame
524-
href: controls/Frame.md
524+
href: xref:Uno.Controls.Frame
525525
- name: GLCanvasElement
526526
href: xref:Uno.Controls.GLCanvasElement
527527
- name: Image
528528
href: xref:Uno.Features.Image
529529
- name: ListView and GridView
530-
href: controls/ListViewBase.md
530+
href: Uno.Controls.ListViewBase
531531
- name: Lottie animations
532532
href: features/Lottie.md
533533
- name: MapControl

0 commit comments

Comments
 (0)