From 6552788a6ec301aaa0a10483d90f3a5d8d623f68 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 9 Aug 2022 00:13:57 +0200 Subject: [PATCH] docs: add video for 1.24 and improve toc (#16351) docs: mention test-runner docs in library docs (#16348) --- docs/src/release-notes-csharp.md | 7 +++++-- docs/src/release-notes-java.md | 7 +++++-- docs/src/release-notes-js.md | 7 +++++-- docs/src/release-notes-python.md | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index d11f0c0aa3..95743663d4 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -1,12 +1,15 @@ --- id: release-notes title: "Release notes" +toc_max_heading_level: 2 --- - - ## Version 1.24 +
+ +
+ ### 🐂 Debian 11 Bullseye Support Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 8a6e1c979b..139ebe9bd9 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -1,12 +1,15 @@ --- id: release-notes title: "Release notes" +toc_max_heading_level: 2 --- - - ## Version 1.24 +
+ +
+ ### 🐂 Debian 11 Bullseye Support Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 9035d952dc..ca2ca03de6 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -1,12 +1,15 @@ --- id: release-notes title: "Release notes" +toc_max_heading_level: 2 --- - - ## Version 1.24 +
+ +
+ ### 🌍 Multiple Web Servers in `playwright.config.ts` Launch multiple web servers, databases, or other processes by passing an array of configurations: diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 23c5e85e00..a4fe3882ed 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -1,12 +1,15 @@ --- id: release-notes title: "Release notes" +toc_max_heading_level: 2 --- - - ## Version 1.24 +
+ +
+ ### 🐂 Debian 11 Bullseye Support Playwright now supports Debian 11 Bullseye on x86_64 for Chromium, Firefox and WebKit. Let us know