From 9407376e41459f143ca43f5bc8d5037b44a5722a Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:54:52 +0200 Subject: [PATCH] Fix inline author warning (#4040) Co-authored-by: Lauris BH --- docs/docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index a3f010d31..7bfb0cc2e 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -264,6 +264,7 @@ const config: Config = { blog: { blogTitle: 'Blog', blogDescription: 'A blog for release announcements, turorials...', + onInlineAuthors: 'ignore', // postsPerPage: 'ALL', // blogSidebarCount: 0, },