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

fenbox pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git


The following commit(s) were added to refs/heads/build-community by this push:
     new b130d8c8 docs: add plugins doc, fix typo
b130d8c8 is described below

commit b130d8c87cd66c8fc3dba304743dcc80b282e1b3
Author: fen <[email protected]>
AuthorDate: Mon Nov 20 13:04:26 2023 +0800

    docs: add plugins doc, fix typo
---
 community/contributing/contributing.md | 2 +-
 community/contributing/plugins.md      | 5 +++++
 docusaurus.config.js                   | 1 -
 sidebarsCommunity.js                   | 1 +
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/community/contributing/contributing.md 
b/community/contributing/contributing.md
index b4301e58..fdd85a57 100644
--- a/community/contributing/contributing.md
+++ b/community/contributing/contributing.md
@@ -10,7 +10,7 @@ slug: /contributing
 
 Answer has adopted a Code of Conduct that we expect project participants to 
adhere to. Please read the [full 
text](https://www.apache.org/foundation/policies/conduct.html) so that you can 
understand what actions will and will not be tolerated.
 
-## Get Innolved
+## Get Involved
 
 There are many ways to contribute to Answer, and many of them do not involve 
writing any code. Here's a few ideas to get started:
 
diff --git a/community/contributing/plugins.md 
b/community/contributing/plugins.md
new file mode 100644
index 00000000..f7ba72c0
--- /dev/null
+++ b/community/contributing/plugins.md
@@ -0,0 +1,5 @@
+---
+slug: /plugins
+---
+
+# Plugins
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 42707c37..faf213fd 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -11,7 +11,6 @@ const asfLinks = [
   {to: 'https://privacy.apache.org/policies/privacy-policy-public.html', 
label: 'Privacy'},
   {to: 'https://www.apache.org/security/', label: 'Security'},
   {to: 'https://www.apache.org/foundation/thanks.html', label: 'Thanks'},
-  {to: 'https://www.apache.org/foundation/policies/conduct.html', label: 'Code 
of Conduct'},
 ];
 
 /** @type {import('@docusaurus/types').Config} */
diff --git a/sidebarsCommunity.js b/sidebarsCommunity.js
index 98f02747..6c9bc303 100644
--- a/sidebarsCommunity.js
+++ b/sidebarsCommunity.js
@@ -26,6 +26,7 @@ module.exports = {
           ],
         },
         'contributing/pull-request',
+        'contributing/plugins',
       ],
     },
     {

Reply via email to