You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/09/09 02:07:48 UTC

[yunikorn-site] branch master updated: Revert "[YUNIKORN-1293] add custom redirects to the current version doc" (#184)

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

wilfreds 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 56fde13d5 Revert "[YUNIKORN-1293] add custom redirects to the current version doc" (#184)
56fde13d5 is described below

commit 56fde13d540543e1a94e126758b1e47d93c0c9d5
Author: Weiwei Yang <ww...@apache.org>
AuthorDate: Fri Sep 9 12:06:50 2022 +1000

    Revert "[YUNIKORN-1293] add custom redirects to the current version doc" (#184)
    
    This reverts commit 16281b0a62361c1ef5c82e5c7eeeabcd230cc422.
    This reverts commit b745b72ae619f8b30b4befa87c7762f59f269dbe.
    
    Closes: #184
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 docusaurus.config.js | 13 -------------
 package.json         |  1 -
 2 files changed, 14 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ec6205a16..04cb8a71b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -36,19 +36,6 @@ module.exports = {
       },
     },
   },
-  plugins: [
-    [
-      '@docusaurus/plugin-client-redirects',
-      {
-        redirects: [
-          {
-            to: '/docs/',
-            from: '/docs/1.0.0',
-          },
-        ],
-      },
-    ],
-  ],
   presets: [
     [
       '@docusaurus/preset-classic',
diff --git a/package.json b/package.json
index e3b42a34f..a5ac5ba74 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,6 @@
   },
   "dependencies": {
     "@docusaurus/core": "2.0.1",
-    "@docusaurus/plugin-client-redirects": "^2.0.1",
     "@docusaurus/preset-classic": "2.0.1",
     "@docusaurus/theme-search-algolia": "^2.0.1",
     "@mdx-js/react": "^1.5.8",