Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community: add linked in plus improve footer #1403

Merged
merged 4 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions community/0-welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand All @@ -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.
24 changes: 20 additions & 4 deletions dotnet/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand All @@ -158,14 +166,18 @@ export default {
label: "Twitter",
href: "https://twitter.com/playwrightweb",
},
{
label: "LinkedIn",
href: "https://www.linkedin.com/company/playwrightweb",
},
],
},
{
title: "More",
items: [
{
label: "GitHub",
href: "https://github.com/microsoft/playwright-dotnet",
href: "https://github.com/microsoft/playwright",
mxschmitt marked this conversation as resolved.
Show resolved Hide resolved
},
{
label: "YouTube",
Expand All @@ -175,6 +187,10 @@ export default {
label: "Blog",
href: "https://dev.to/playwright",
},
{
label: "Ambassadors",
href: "/community/ambassadors",
},
],
},
],
Expand Down
24 changes: 20 additions & 4 deletions java/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand All @@ -158,14 +166,18 @@ module.exports = {
label: "Twitter",
href: "https://twitter.com/playwrightweb",
},
{
label: "LinkedIn",
href: "https://www.linkedin.com/company/playwrightweb",
},
],
},
{
title: "More",
items: [
{
label: "GitHub",
href: "https://github.com/microsoft/playwright-java",
href: "https://github.com/microsoft/playwright",
mxschmitt marked this conversation as resolved.
Show resolved Hide resolved
},
{
label: "YouTube",
Expand All @@ -175,6 +187,10 @@ module.exports = {
label: "Blog",
href: "https://dev.to/playwright",
},
{
label: "Ambassadors",
href: "/community/ambassadors",
},
],
},
],
Expand Down
22 changes: 19 additions & 3 deletions nodejs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand All @@ -158,6 +166,10 @@ export default {
label: "Twitter",
href: "https://twitter.com/playwrightweb",
},
{
label: "LinkedIn",
href: "https://www.linkedin.com/company/playwrightweb",
},
],
},
{
Expand All @@ -175,6 +187,10 @@ export default {
label: "Blog",
href: "https://dev.to/playwright",
},
{
label: "Ambassadors",
href: "/community/ambassadors",
},
],
},
],
Expand Down
24 changes: 20 additions & 4 deletions python/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand All @@ -159,14 +167,18 @@ export default {
label: "Twitter",
href: "https://twitter.com/playwrightweb",
},
{
label: "LinkedIn",
href: "https://www.linkedin.com/company/playwrightweb",
},
],
},
{
title: "More",
items: [
{
label: "GitHub",
href: "https://github.com/microsoft/playwright-python",
href: "https://github.com/microsoft/playwright",
mxschmitt marked this conversation as resolved.
Show resolved Hide resolved
},
{
label: "YouTube",
Expand All @@ -176,6 +188,10 @@ export default {
label: "Blog",
href: "https://dev.to/playwright",
},
{
label: "Ambassadors",
href: "/community/ambassadors",
},
],
},
],
Expand Down
Loading