From e6a9b000daa49ffe103e0631d4ae3c17c510038a Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 3 Jul 2024 15:55:45 +0200 Subject: [PATCH] community: add samples link (#1426) --- nodejs/sidebarCommunity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodejs/sidebarCommunity.js b/nodejs/sidebarCommunity.js index db58c45746..9356e6b431 100644 --- a/nodejs/sidebarCommunity.js +++ b/nodejs/sidebarCommunity.js @@ -39,6 +39,11 @@ module.exports = { label: "Learn Playwright", href: "https://learn.microsoft.com/en-us/training/modules/build-with-playwright/", }, + { + type: 'link', + label: "Playwright Samples", + href: "https://learn.microsoft.com/en-us/samples/browse/?products=playwright", + }, { type: 'link', label: "Blog",