This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 01f99d9323b ci: warn on broken links (#368)
01f99d9323b is described below

commit 01f99d9323bce4c1a5eb91a54a642b27620b2c3b
Author: tison <[email protected]>
AuthorDate: Mon Jan 9 21:26:21 2023 +0800

    ci: warn on broken links (#368)
    
    Signed-off-by: tison <[email protected]>
---
 docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index de6e0cf08f9..fb1c24d2147 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -126,8 +126,8 @@ module.exports = {
     tagline: "Apache Pulsar is a distributed, open source pub-sub messaging 
and streaming platform for real-time workloads, managing hundreds of billions 
of events per day.",
     url: "https://pulsar.apache.org";,
     baseUrl: baseUrl,
-    onBrokenLinks: "ignore",
-    onBrokenMarkdownLinks: "ignore",
+    onBrokenLinks: "warn",
+    onBrokenMarkdownLinks: "warn",
     favicon: "img/favicon.ico",
     organizationName: "apache",
     projectName: "pulsar",

Reply via email to