You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/04/17 01:58:59 UTC

[apisix-website] branch juzhiyuan-patch-1 created (now a2c211c19cc)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


      at a2c211c19cc fix: blog redirect

This branch includes the following new commits:

     new a2c211c19cc fix: blog redirect

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-website] 01/01: fix: blog redirect

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit a2c211c19cc968479143083b38504e62900ca9a3
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sun Apr 17 09:58:54 2022 +0800

    fix: blog redirect
---
 website/docusaurus.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 632c275a63f..0483b4544ca 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -306,6 +306,9 @@ module.exports = {
           {
             from: ['/docs/general/community', '/docs/general/subscribe-guide'],
             to: '/docs/general/join',
+          }, {
+            from: ['/blog/2021/08/16/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication'],
+            to: '/blog/2021/08/16/using-the-apache-apisix-openid-connect-plugin-for-centralized-authentication/',
           },
         ],
       },