This is an automated email from the ASF dual-hosted git repository.
bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ff69c650b7c [Site][Minor]Ignore warning on blog truncation and authors
in build (#12469)
ff69c650b7c is described below
commit ff69c650b7c5f93ab443e2e7069bc069bb1cf26b
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Wed Dec 11 13:25:26 2024 -0800
[Site][Minor]Ignore warning on blog truncation and authors in build (#12469)
---
website/docusaurus.config.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 59f2c0b81b2..874a8fb1f80 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -59,6 +59,8 @@ module.exports = {
path: "videoBlog",
routeBasePath: "videos",
blogSidebarCount: 0,
+ onUntruncatedBlogPosts: "ignore",
+ onInlineAuthors: "ignore",
},
],
[
@@ -537,6 +539,8 @@ module.exports = {
title: "Apache Hudi: User-Facing Analytics",
},
showReadingTime: true,
+ onUntruncatedBlogPosts: "ignore",
+ onInlineAuthors: "ignore",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),