From 083355aeef4eed9a0d7f11d497aaaab7ea0ca341 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 28 Jun 2024 18:43:59 +0200 Subject: [PATCH] community: add samples link --- 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",