docs: add help section (#3741)

This commit is contained in:
Arjun Attam 2020-09-03 16:57:22 -07:00 committed by GitHub
parent 52fd88b13d
commit 921c8d8d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 16 deletions

View File

@ -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)

View File

@ -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