From 7cf493c0fd4c63cc591eba2c60688354bc77ff82 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 6 Jun 2024 10:36:31 +0200 Subject: [PATCH 1/4] community: add linked in plus improve footer --- community/0-welcome.mdx | 8 ++++++++ dotnet/docusaurus.config.ts | 24 ++++++++++++++++++++---- java/docusaurus.config.ts | 24 ++++++++++++++++++++---- nodejs/docusaurus.config.ts | 22 +++++++++++++++++++--- python/docusaurus.config.ts | 24 ++++++++++++++++++++---- 5 files changed, 87 insertions(+), 15 deletions(-) diff --git a/community/0-welcome.mdx b/community/0-welcome.mdx index 73c0784a9b4..b3afd8bf6b9 100644 --- a/community/0-welcome.mdx +++ b/community/0-welcome.mdx @@ -25,6 +25,10 @@ Check out our [contributing guide](https://github.com/microsoft/playwright/blob/ Join our community [Discord Server](https://aka.ms/playwright/discord) to connect with other developers using Playwright, ask questions in our ['help-playwright'](https://discord.com/channels/807756831384403968/1054804523652231198) forum, share your articles and videos and join live events on the Playwright stage. +## Community LinkedIn + +Join our community on [LinkedIn](https://www.linkedin.com/company/playwrightweb/) to connect with other developers and hear the latest news about Playwright. + ## Stack Overflow {#stack-overflow} Read through the [existing questions](https://stackoverflow.com/tags/playwright) tagged with **playwright** or [ask your own](https://stackoverflow.com/questions/ask?tags=playwright)! @@ -40,3 +44,7 @@ Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Pla ## News {#news} For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb). + +## Playwright Training {#training} + +Learn how to [Build Your first end-to-end test with Playwright](https://learn.microsoft.com/en-us/training/modules/build-with-playwright/) on Microsoft Learn. diff --git a/dotnet/docusaurus.config.ts b/dotnet/docusaurus.config.ts index 5ab10514d5a..ab8e63d4770 100644 --- a/dotnet/docusaurus.config.ts +++ b/dotnet/docusaurus.config.ts @@ -131,15 +131,23 @@ export default { style: "dark", links: [ { - title: "Docs", + title: "Learn", items: [ { label: "Getting started", to: "docs/intro", }, { - label: "API reference", - to: "docs/api/class-playwright", + label: "Playwright Training", + href: "https://learn.microsoft.com/en-us/training/modules/build-with-playwright/", + }, + { + label: "Learn Videos", + to: "/community/learn-videos", + }, + { + label: "Feature Videos", + to: "/community/feature-videos", }, ], }, @@ -158,6 +166,10 @@ export default { label: "Twitter", href: "https://twitter.com/playwrightweb", }, + { + label: "LinkedIn", + href: "https://www.linkedin.com/company/playwrightweb", + }, ], }, { @@ -165,7 +177,7 @@ export default { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright-dotnet", + href: "https://github.com/microsoft/playwright", }, { label: "YouTube", @@ -175,6 +187,10 @@ export default { label: "Blog", href: "https://dev.to/playwright", }, + { + label: "Ambassadors", + href: "/community/ambassadors", + }, ], }, ], diff --git a/java/docusaurus.config.ts b/java/docusaurus.config.ts index 0c90af5dda8..40eba7834ed 100644 --- a/java/docusaurus.config.ts +++ b/java/docusaurus.config.ts @@ -131,15 +131,23 @@ module.exports = { style: "dark", links: [ { - title: "Docs", + title: "Learn", items: [ { label: "Getting started", to: "docs/intro", }, { - label: "API reference", - to: "docs/api/class-playwright", + label: "Playwright Training", + href: "https://learn.microsoft.com/en-us/training/modules/build-with-playwright/", + }, + { + label: "Learn Videos", + to: "/community/learn-videos", + }, + { + label: "Feature Videos", + to: "/community/feature-videos", }, ], }, @@ -158,6 +166,10 @@ module.exports = { label: "Twitter", href: "https://twitter.com/playwrightweb", }, + { + label: "LinkedIn", + href: "https://www.linkedin.com/company/playwrightweb", + }, ], }, { @@ -165,7 +177,7 @@ module.exports = { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright-java", + href: "https://github.com/microsoft/playwright", }, { label: "YouTube", @@ -175,6 +187,10 @@ module.exports = { label: "Blog", href: "https://dev.to/playwright", }, + { + label: "Ambassadors", + href: "/community/ambassadors", + }, ], }, ], diff --git a/nodejs/docusaurus.config.ts b/nodejs/docusaurus.config.ts index d376068a804..ece915bb652 100644 --- a/nodejs/docusaurus.config.ts +++ b/nodejs/docusaurus.config.ts @@ -131,15 +131,23 @@ export default { style: "dark", links: [ { - title: "Docs", + title: "Learn", items: [ { label: "Getting started", to: "docs/intro", }, { - label: "API reference", - to: "docs/api/class-playwright", + label: "Playwright Training", + href: "https://learn.microsoft.com/en-us/training/modules/build-with-playwright/", + }, + { + label: "Learn Videos", + to: "/community/learn-videos", + }, + { + label: "Feature Videos", + to: "/community/feature-videos", }, ], }, @@ -158,6 +166,10 @@ export default { label: "Twitter", href: "https://twitter.com/playwrightweb", }, + { + label: "LinkedIn", + href: "https://www.linkedin.com/company/playwrightweb", + }, ], }, { @@ -175,6 +187,10 @@ export default { label: "Blog", href: "https://dev.to/playwright", }, + { + label: "Ambassadors", + href: "/community/ambassadors", + }, ], }, ], diff --git a/python/docusaurus.config.ts b/python/docusaurus.config.ts index 240d3eb6606..d0ff3eb6922 100644 --- a/python/docusaurus.config.ts +++ b/python/docusaurus.config.ts @@ -132,15 +132,23 @@ export default { style: "dark", links: [ { - title: "Docs", + title: "Learn", items: [ { label: "Getting started", to: "docs/intro", }, { - label: "API reference", - to: "docs/api/class-playwright", + label: "Playwright Training", + href: "https://learn.microsoft.com/en-us/training/modules/build-with-playwright/", + }, + { + label: "Learn Videos", + to: "/community/learn-videos", + }, + { + label: "Feature Videos", + to: "/community/feature-videos", }, ], }, @@ -159,6 +167,10 @@ export default { label: "Twitter", href: "https://twitter.com/playwrightweb", }, + { + label: "LinkedIn", + href: "https://www.linkedin.com/company/playwrightweb", + }, ], }, { @@ -166,7 +178,7 @@ export default { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright-python", + href: "https://github.com/microsoft/playwright", }, { label: "YouTube", @@ -176,6 +188,10 @@ export default { label: "Blog", href: "https://dev.to/playwright", }, + { + label: "Ambassadors", + href: "/community/ambassadors", + }, ], }, ], From 7986c911e474f68ff6c2e332f882dbf64ce9a694 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 6 Jun 2024 10:38:22 +0200 Subject: [PATCH 2/4] community: remove non needed tags --- community/0-welcome.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/0-welcome.mdx b/community/0-welcome.mdx index b3afd8bf6b9..f27bb91771f 100644 --- a/community/0-welcome.mdx +++ b/community/0-welcome.mdx @@ -29,7 +29,7 @@ Join our community [Discord Server](https://aka.ms/playwright/discord) to connec Join our community on [LinkedIn](https://www.linkedin.com/company/playwrightweb/) to connect with other developers and hear the latest news about Playwright. -## Stack Overflow {#stack-overflow} +## Stack Overflow Read through the [existing questions](https://stackoverflow.com/tags/playwright) tagged with **playwright** or [ask your own](https://stackoverflow.com/questions/ask?tags=playwright)! @@ -41,10 +41,10 @@ Check out our [YouTube channel](https://www.youtube.com/channel/UC46Zj8pDH5tDosq Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Playwright. -## News {#news} +## News For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb). -## Playwright Training {#training} +## Playwright Training Learn how to [Build Your first end-to-end test with Playwright](https://learn.microsoft.com/en-us/training/modules/build-with-playwright/) on Microsoft Learn. From db451a8ab7721276adb58a5b078cba06d71955a6 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 6 Jun 2024 10:42:14 +0200 Subject: [PATCH 3/4] community: put back tags to fix build --- community/0-welcome.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/0-welcome.mdx b/community/0-welcome.mdx index f27bb91771f..b3afd8bf6b9 100644 --- a/community/0-welcome.mdx +++ b/community/0-welcome.mdx @@ -29,7 +29,7 @@ Join our community [Discord Server](https://aka.ms/playwright/discord) to connec Join our community on [LinkedIn](https://www.linkedin.com/company/playwrightweb/) to connect with other developers and hear the latest news about Playwright. -## Stack Overflow +## Stack Overflow {#stack-overflow} Read through the [existing questions](https://stackoverflow.com/tags/playwright) tagged with **playwright** or [ask your own](https://stackoverflow.com/questions/ask?tags=playwright)! @@ -41,10 +41,10 @@ Check out our [YouTube channel](https://www.youtube.com/channel/UC46Zj8pDH5tDosq Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Playwright. -## News +## News {#news} For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb). -## Playwright Training +## Playwright Training {#training} Learn how to [Build Your first end-to-end test with Playwright](https://learn.microsoft.com/en-us/training/modules/build-with-playwright/) on Microsoft Learn. From 3259e990e5c88580b6bde2725d5baff1d9dd8b37 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 7 Jun 2024 16:29:48 +0200 Subject: [PATCH 4/4] fix: github links --- dotnet/docusaurus.config.ts | 2 +- java/docusaurus.config.ts | 2 +- python/docusaurus.config.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/docusaurus.config.ts b/dotnet/docusaurus.config.ts index ab8e63d4770..6ed4d6ac17a 100644 --- a/dotnet/docusaurus.config.ts +++ b/dotnet/docusaurus.config.ts @@ -177,7 +177,7 @@ export default { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright", + href: "https://github.com/microsoft/playwright-dotnet", }, { label: "YouTube", diff --git a/java/docusaurus.config.ts b/java/docusaurus.config.ts index 40eba7834ed..072ba48f837 100644 --- a/java/docusaurus.config.ts +++ b/java/docusaurus.config.ts @@ -177,7 +177,7 @@ module.exports = { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright", + href: "https://github.com/microsoft/playwright-java", }, { label: "YouTube", diff --git a/python/docusaurus.config.ts b/python/docusaurus.config.ts index d0ff3eb6922..e1ddd61d248 100644 --- a/python/docusaurus.config.ts +++ b/python/docusaurus.config.ts @@ -178,7 +178,7 @@ export default { items: [ { label: "GitHub", - href: "https://github.com/microsoft/playwright", + href: "https://github.com/microsoft/playwright-python", }, { label: "YouTube",