You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2022/08/25 05:43:25 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1293] Amended - add custom redirects to the current version doc

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

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 16281b0a6 [YUNIKORN-1293] Amended - add custom redirects to the current version doc
16281b0a6 is described below

commit 16281b0a62361c1ef5c82e5c7eeeabcd230cc422
Author: Weiwei Yang <ww...@apache.org>
AuthorDate: Wed Aug 24 22:42:50 2022 -0700

    [YUNIKORN-1293] Amended - add custom redirects to the current version doc
---
 docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index c4b450718..ec6205a16 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -42,8 +42,8 @@ module.exports = {
       {
         redirects: [
           {
-            to: '/docs/1.0.0',
-            from: '/docs/',
+            to: '/docs/',
+            from: '/docs/1.0.0',
           },
         ],
       },