From 921c8d8d8c735358e9f604d120595a097e0c5f3e Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 3 Sep 2020 16:57:22 -0700 Subject: [PATCH] docs: add help section (#3741) --- docs/README.md | 5 ++++- docs/getting-help.md | 15 --------------- 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 docs/getting-help.md diff --git a/docs/README.md b/docs/README.md index 59e01b804398a..9a84c8459275c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,6 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [ - [First script](./intro.md#first-script) - [Core concepts](./core-concepts.md) - [Debugging](./debug.md) - - [Getting help](./getting-help.md) 1. Guides - [Selectors](./selectors.md) - [Input](./input.md) @@ -45,3 +44,7 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [ - [Actionability](./actionability.md) - [Advanced installation](./installation.md) - [Extensibility](./extensibility.md) +1. Get help + - [Slack community](https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg) + - [Stack Overflow](https://stackoverflow.com/tags/playwright) + - [GitHub](https://github.com/microsoft/playwright/issues) diff --git a/docs/getting-help.md b/docs/getting-help.md deleted file mode 100644 index 58eec4887c813..0000000000000 --- a/docs/getting-help.md +++ /dev/null @@ -1,15 +0,0 @@ -# Getting help - -The Playwright community is active and ready to hear from you! If you get stuck, -please use one of the following channels to ask your question: - -* [GitHub Issue in the Playwright Repo][gh] -* [Playwright Slack][slack] -* [Playwright Stack Overflow][so] - -If you have a **feature request**, please open a [GitHub Issue][gh] or talk to -the community in [Slack][slack]. - -[gh]: https://github.com/microsoft/playwright/issues/new/choose -[slack]: https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg -[so]: https://stackoverflow.com/tags/playwright