From f2bb7f057e66de178502914a1c5bee7eeb18581f Mon Sep 17 00:00:00 2001 From: Jan Molak <1089173+jan-molak@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:55:12 +0000 Subject: [PATCH] docs(website): updated the structure of the news section --- docusaurus.config.ts | 2 ++ .../index.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d890cbbd5..c248e9979 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -109,6 +109,8 @@ const config: Config = { editUrl, path: './src/blog', showReadingTime: true, + blogSidebarTitle: 'Serenity/JS News', + blogSidebarCount: 'ALL', }, pages: { ...remarkOptions, diff --git a/src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.mdx b/src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.mdx index 5fe898442..bc0c3ece3 100644 --- a/src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.mdx +++ b/src/blog/2024-11-22-simplifying-test-automation-infrastructure/index.mdx @@ -17,6 +17,8 @@ This update introduces: Let’s explore what’s new! +{/* truncate */} + :::tip New to Serenity/JS? New to Serenity/JS or test automation? Start with ["Your first web scenario"](/handbook/web-testing/your-first-web-scenario/), praised by our community as "the best guide to take your automation skills to the next level."