From 7c66112e88e8401d07d1c2ce14e010e8093dd63e Mon Sep 17 00:00:00 2001 From: Rushikesh Bobade <155564428+rushikesh-bobade@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:38:52 +0530 Subject: [PATCH] docs: link unlinked type references in API documentation (#49651) docs: add missing type links in menu.md and shared-texture.md --- docs/api/menu.md | 2 +- docs/api/shared-texture.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index cd92361ac7..83032b1136 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -123,7 +123,7 @@ Appends the `menuItem` to the menu. - `id` string -Returns `MenuItem | null` the item with the specified `id` +Returns [`MenuItem | null`](menu-item.md) - the item with the specified `id` #### `menu.insert(pos, menuItem)` diff --git a/docs/api/shared-texture.md b/docs/api/shared-texture.md index 6aecb71d6a..6062237867 100644 --- a/docs/api/shared-texture.md +++ b/docs/api/shared-texture.md @@ -21,7 +21,7 @@ Imports the shared texture from the given options. > [!NOTE] > This method is only available in the main process. -Returns `SharedTextureImported` - The imported shared texture. +Returns [`SharedTextureImported`](structures/shared-texture-imported.md) - The imported shared texture. ### `sharedTexture.sendSharedTexture(options, ...args)` _Experimental_