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 8692947a docs: fix typo
8692947a is described below

commit 8692947af2f56d66dfb55311bed9131a1795ed4e
Author: fen <[email protected]>
AuthorDate: Mon Nov 27 11:21:42 2023 +0800

    docs: fix typo
---
 README.md                              | 19 ++++++++++---------
 community/contributing/contributing.md |  2 +-
 sidebarsCommunity.js                   |  2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index efe61bf7..34f39199 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,16 @@
 Answer official website is built using [Docusaurus](https://docusaurus.io/), 
and we use [pnpm](https://pnpm.io/) to manage dependencies.
 
 ```txt
-Directory description
-
-|- blog       # blog posts
-|- community  # community docs
-|- docs       # using docs
-|- i18n       # translation files
-|- plugins    # plugin config
-|- src        # components, custom css and pages
-`- static     # static files
+# Directory description
+.
+├── blog       # blog posts
+├── community  # community docs
+├── docs       # using docs
+├── i18n       # translation files
+├── plugins    # plugin config
+├── src        # components, custom css and pages
+├── static     # static files
+└── ...
 ```
 
 ## Installation
diff --git a/community/contributing/contributing.md 
b/community/contributing/contributing.md
index 1b48aaf0..c990b091 100644
--- a/community/contributing/contributing.md
+++ b/community/contributing/contributing.md
@@ -36,7 +36,7 @@ Anyone can contribute to Answer. In addition to contributing 
code, there are man
 **Contributing code**
 
 - Claim the issue if you find one that you can solve. Create a [pull 
request](/community/pull-request) to submit your changes.
-- Issues labeled as [`good first 
issue`](https://github.com/apache/incubator-answer/labels/good%20first%20issue)"
 are great for getting started.
+- Issues labeled as [`good first 
issue`](https://github.com/apache/incubator-answer/labels/good%20first%20issue) 
are great for getting started.
 
 **Improving documentations**
 
diff --git a/sidebarsCommunity.js b/sidebarsCommunity.js
index da4d5101..4ae545d0 100644
--- a/sidebarsCommunity.js
+++ b/sidebarsCommunity.js
@@ -21,7 +21,7 @@ module.exports = {
     },
     {
       type: 'link',
-      href: 'https://meta.answer.dev',
+      href: 'https://github.com/apache/incubator-answer/issues',
       label: 'Feature Request',
     },
     {

Reply via email to