playwright/docs
Andrey Lushnikov 89007c8f3d
devops: make README.md to always reflect tip-of-tree (#1911)
As of today, we have tooling in place that makes sure that our
main README.md **roughly** represents the state of the last release:
- browser versions and browser badges are those that we released last
- links to our API point to the last-released API version

This tooling, however, relies on the fact that every release is a sequence
of two consecutive commits:
- one commit that sets `package.json` version to a released version
- the following that "bumps" version to `-post`.

This release process is very unfortunate, because:
- it made releasing from branch impossible
- it required "freezing" commits to the master branch

This patch removes all the tooling and transitions `README.md` to always
represent tip-of-tree state. We will fully rely on
`https://playwright.dev` to show versioned docs.
2020-04-21 22:08:56 -07:00
..
development docs: remove stale file (#1719) 2020-04-08 15:39:26 -07:00
docker devops(docker): Install ffmpeg dependency, adding codecs necessary for video playback in Firefox (#1627) 2020-04-07 16:09:27 -07:00
examples docs: adds introduction.md (#1905) 2020-04-21 15:42:52 -07:00
api.md devops: make README.md to always reflect tip-of-tree (#1911) 2020-04-21 22:08:56 -07:00
browsers.md docs(browsers.md): fix nit 2020-04-21 17:19:10 -07:00
ci.md api(networkidle): remove networkidle2 (#1883) 2020-04-20 16:52:26 -07:00
core-concepts.md api(networkidle): remove networkidle2 (#1883) 2020-04-20 16:52:26 -07:00
emulation.md fix(docs): fix snippets, integrate navigations to ToC and core concepts (#1884) 2020-04-20 14:04:49 -07:00
extensibility.md api(networkidle): remove networkidle2 (#1883) 2020-04-20 16:52:26 -07:00
input.md fix(docs): fix snippets, integrate navigations to ToC and core concepts (#1884) 2020-04-20 14:04:49 -07:00
intro.md docs: adds introduction.md (#1905) 2020-04-21 15:42:52 -07:00
loading.md api(networkidle): remove networkidle2 (#1883) 2020-04-20 16:52:26 -07:00
network.md fix(docs): fix snippets, integrate navigations to ToC and core concepts (#1884) 2020-04-20 14:04:49 -07:00
README.md docs(browsers): add documentation describing managing browsers (#1907) 2020-04-21 16:38:40 -07:00
selectors.md docs(selectors&ci): brush up respective sections 2020-04-20 10:38:46 -07:00
showcase.md docs(ci): update link to github action (#1742) 2020-04-10 10:24:22 -07:00
troubleshooting.md docs(troubleshooting): add dependencies for firefox and webkit (#1461) 2020-03-21 17:58:08 -07:00
verification.md docs: fix formatting 2020-04-21 11:28:08 -07:00