docs: add help section (#3741)
This commit is contained in:
parent
52fd88b13d
commit
921c8d8d8c
|
|
@ -23,7 +23,6 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [
|
||||||
- [First script](./intro.md#first-script)
|
- [First script](./intro.md#first-script)
|
||||||
- [Core concepts](./core-concepts.md)
|
- [Core concepts](./core-concepts.md)
|
||||||
- [Debugging](./debug.md)
|
- [Debugging](./debug.md)
|
||||||
- [Getting help](./getting-help.md)
|
|
||||||
1. Guides
|
1. Guides
|
||||||
- [Selectors](./selectors.md)
|
- [Selectors](./selectors.md)
|
||||||
- [Input](./input.md)
|
- [Input](./input.md)
|
||||||
|
|
@ -45,3 +44,7 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [
|
||||||
- [Actionability](./actionability.md)
|
- [Actionability](./actionability.md)
|
||||||
- [Advanced installation](./installation.md)
|
- [Advanced installation](./installation.md)
|
||||||
- [Extensibility](./extensibility.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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue