You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/07/28 13:52:42 UTC

[incubator-devlake-website] 08/09: fix: revert version fix and fix a typo

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

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 127bc314629b0d09b2d2028678983c53db3a635e
Author: linyh <ya...@meri.co>
AuthorDate: Thu Jul 28 20:47:58 2022 +0800

    fix: revert version fix and fix a typo
---
 docs/DeveloperManuals/PluginImplementation.md | 2 +-
 docusaurus.config.js                          | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/DeveloperManuals/PluginImplementation.md b/docs/DeveloperManuals/PluginImplementation.md
index 3b79b6b8..999a43d9 100644
--- a/docs/DeveloperManuals/PluginImplementation.md
+++ b/docs/DeveloperManuals/PluginImplementation.md
@@ -71,7 +71,7 @@ There's a lot of information in the diagram but we don't expect you to digest it
 
 In this guide, we'll walk through how to create a data source plugin from scratch. 
 
-Apache requires the project to confirm whether the Contributors and Committers of the project have signed the CLA. So we need to check whether committers have signed the CLA by requesting apple and whether contributors have signed by requesting the mailing list. Here we will explain how to request and cache committer information from the Apache API and extract the structured data. There is just an introduction for contributors at the end of this article.
+Apache requires the project to confirm whether the Contributors and Committers of the project have signed the CLA. So we need to check whether committers have signed the CLA by requesting Apache API and whether contributors have signed by requesting the mailing list. Here we will explain how to request and cache committer information from the Apache API and extract the structured data. There is just an introduction for contributors' at the end of this article.
 
 ### Step 1: Bootstrap the new plugin
 
diff --git a/docusaurus.config.js b/docusaurus.config.js
index de6946dd..da47b752 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -40,7 +40,9 @@ const versions = require('./versions.json');
               path: '',
               banner: 'none',
             },
-            ...Object.fromEntries(versions.map(version => [ version, { path: version } ]))
+            [versions[0]]: {
+              path: versions[0],
+            }
           }
         },
         blog: {