From 7da9545ef89f88153db1b7d0d8dcaa04437be414 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 28 Jul 2021 16:36:52 +0200 Subject: [PATCH] docs: fixed not existing cross-lang references (#7883) --- docs/src/ci.md | 4 ++-- docs/src/installation.md | 2 -- docs/src/release-notes-csharp.md | 4 ---- docs/src/release-notes-java.md | 4 ---- docs/src/release-notes-python.md | 3 --- 5 files changed, 2 insertions(+), 15 deletions(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index 45a7bd67c9..ac9a3abe62 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -312,7 +312,7 @@ tests: By default, Playwright downloads browser binaries when the Playwright NPM package is installed. The NPM packages have a `postinstall` hook that downloads the browser -binaries. This behavior can be [customized with environment variables](./library.md#managing-browser-binaries). +binaries. This behavior can be [customized with environment variables][installation-managing-browser-binaries]. Caching browsers on CI is **strictly optional**: The `postinstall` hooks should execute and download the browser binaries on every run. @@ -333,7 +333,7 @@ This behavior can be fixed with one of the following approaches: behavior in most CI providers.) 1. Set `PLAYWRIGHT_BROWSERS_PATH=0` as the environment variable before running `npm install`. This will download the browser binaries in the `node_modules` - directory and cache them with the package code. See [managing browser binaries](./library.md#managing-browser-binaries). + directory and cache them with the package code. See [managing browser binaries][installation-managing-browser-binaries]. 1. Use `npm ci` (instead of `npm install`) which forces a clean install: by removing the existing `node_modules` directory. See [npm docs](https://docs.npmjs.com/cli/ci.html). 1. Cache the browser binaries, with the steps below. diff --git a/docs/src/installation.md b/docs/src/installation.md index d684e79891..02a38e9c55 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -3,8 +3,6 @@ id: installation title: "Installation" --- -This is a browser installation guide for Playwright Library. If you are using Playwright Test, please refer to [installing browsers](./test-install.md) test guide. - ### Prerequisites for .NET diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index f14ea882c1..4dad53e97a 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -20,10 +20,6 @@ title: "Release notes" - [Intro](./intro.md) - [Authentication](./auth.md) -- [Chome Extensions](./chrome-extensions.md) -- [Playwright Test Annotations](./test-annotations.md) -- [Playwright Test Configuration](./test-configuration.md) -- [Playwright Test Fixtures](./test-fixtures.md) #### Browser Versions diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 484171c24f..c95e84abcf 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -20,10 +20,6 @@ title: "Release notes" - [Intro](./intro.md) - [Authentication](./auth.md) -- [Chome Extensions](./chrome-extensions.md) -- [Playwright Test Annotations](./test-annotations.md) -- [Playwright Test Configuration](./test-configuration.md) -- [Playwright Test Fixtures](./test-fixtures.md) #### Browser Versions diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index c7e45e08e8..0e651d0daa 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -21,9 +21,6 @@ title: "Release notes" - [Intro](./intro.md) - [Authentication](./auth.md) - [Chome Extensions](./chrome-extensions.md) -- [Playwright Test Annotations](./test-annotations.md) -- [Playwright Test Configuration](./test-configuration.md) -- [Playwright Test Fixtures](./test-fixtures.md) #### Browser Versions