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

linkinstar pushed a commit to branch docs/download
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git

commit 34321fe33c7c473fee28a16314b7381252db701e
Author: LinkinStars <[email protected]>
AuthorDate: Thu Apr 18 11:18:14 2024 +0800

    docs(download): add download page
---
 docs/download.md     | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 docusaurus.config.js |  4 +++
 2 files changed, 97 insertions(+)

diff --git a/docs/download.md b/docs/download.md
new file mode 100644
index 00000000..68cc5995
--- /dev/null
+++ b/docs/download.md
@@ -0,0 +1,93 @@
+---
+slug: /download
+sidebar_label: Download
+---
+
+# Download
+
+The project is built on and with the aid of the following open source 
projects. Credits are given to these projects.
+
+## Apache-2.0
+
+* https://npmjs.com/package/react-helmet-async
+* https://github.com/golang/mock
+* https://github.com/google/wire
+* https://github.com/mojocn/base64Captcha
+* https://github.com/ory/dockertest
+* https://github.com/spf13/cobra
+
+## MIT and Apache-2.0
+
+* https://gopkg.in/yaml.v3
+
+## MIT
+
+* https://npmjs.com/package/axios
+* https://npmjs.com/package/bootstrap
+* https://npmjs.com/package/bootstrap-icons
+* https://npmjs.com/package/classnames
+* https://npmjs.com/package/codemirror
+* https://www.npmjs.com/package/color
+* https://npmjs.com/package/copy-to-clipboard
+* https://npmjs.com/package/dayjs
+* https://npmjs.com/package/i18next
+* https://npmjs.com/package/katex
+* https://npmjs.com/package/lodash
+* https://npmjs.com/package/marked
+* https://npmjs.com/package/mermaid
+* https://npmjs.com/package/next-share
+* https://www.npmjs.com/package/qrcode
+* https://npmjs.com/package/react
+* https://npmjs.com/package/react-bootstrap
+* https://npmjs.com/package/react-dom
+* https://npmjs.com/package/react-i18next
+* https://npmjs.com/package/react-router-dom
+* https://npmjs.com/package/swr
+* https://npmjs.com/package/zustand
+* https://github.com/Chain-Zhang/pinyin
+* https://github.com/Machiel/slugify
+* https://github.com/Masterminds/semver
+* https://github.com/anargu/gin-brotli
+* https://github.com/asaskevich/govalidator
+* https://github.com/disintegration/imaging
+* https://github.com/gin-gonic/gin
+* https://github.com/go-playground/locales
+* https://github.com/go-playground/universal-translator
+* https://github.com/go-playground/validator
+* https://github.com/goccy/go-json
+* https://github.com/jinzhu/copier
+* https://github.com/jinzhu/now
+* https://github.com/jordan-wright/email
+* https://github.com/lib/pq
+* https://github.com/mattn/go-sqlite3
+* https://github.com/segmentfault/pacman
+* https://github.com/robfig/cron
+* https://github.com/scottleedavis/go-exif-remove
+* https://github.com/stretchr/testify
+* https://github.com/swaggo/files
+* https://github.com/swaggo/gin-swagger
+* https://github.com/swaggo/swag
+* https://github.com/tidwall/gjson
+* https://github.com/yuin/goldmark
+* https://gopkg.in/gomail.v2
+
+## BSD-3-Clause
+
+* https://www.npmjs.com/package/diff
+* https://www.npmjs.com/package/md5
+* https://npmjs.com/package/qs
+* https://github.com/google/uuid
+* https://github.com/grokify/html-strip-tags-go
+* https://github.com/microcosm-cc/bluemonday
+* https://golang.org/x/crypto
+* https://golang.org/x/net
+* https://modernc.org/sqlite
+
+## BSD-2-Clause
+
+* https://github.com/bwmarrin/snowflake
+* https://xorm.io/xorm
+
+## MPL-2.0
+
+* https://github.com/go-sql-driver/mysql
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 0e34b8fd..b326be1b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -110,6 +110,10 @@ const config = {
             label: 'Blog',
             to: '/blog',
           },
+          {
+            label: 'Download',
+            to: '/download',
+          },
           {
             type: 'dropdown',
             label: 'Community',

Reply via email to