From 103b69c6dceab199172258ae569ea4a3dde33429 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Sat, 14 Dec 2024 13:32:15 +0300 Subject: [PATCH] blog: disable inline tags and authors build warning --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cd73593..12aa90d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -51,8 +51,8 @@ const config: Config = { // Remove this to remove the "edit this page" links. editUrl: "https://github.com/rehlds/rehlds.github.io/tree/master/", // Useful options to enforce blogging best practices - onInlineTags: "warn", - onInlineAuthors: "warn", + onInlineTags: "ignore", + onInlineAuthors: "ignore", onUntruncatedBlogPosts: "warn", editLocalizedFiles: true },