This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch blog
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
from dfa500a0 update:add a new blog
add 455c13b0 docs(security): update security document
add a2d056a7 add default social img (#154)
add 9c3fd13d Social img (#155)
add 7fea7b71 Social img (#156)
add 38ae7bff docs(plugin): update plugins document
add 1ce6b3ee update: edit Answer 1.1.5 release blog
add 4560ef41 Update: user guides (#159)
add 22606e88 update: User guides (#160)
add f55eaaed fix: a typo in Getting Started - Upgrade (#161)
add 39d626e1 docs: update introduction page (#163)
add e0b43a66 update: add a new blog
add 2504be43 Fix a Blog Typo (#165)
add fa1630e9 Update introduction.md
add 9cb8ba99 Fix/remove abandoned config (#166)
add 4f33af14 docs(plugin): update plugin dockerfile
add 9c905a83 docs(release): add SVN command for release
add fc3ff293 docs(download): add download page
add 56b452fd docs(download): add download link
add 7a341fd1 fix: slogon add download type
add 3b5f53eb docs(download): modify the link name
add 585bd229 docs(download): Add title and change layout
add 891f24e2 docs(security): update security document
add 2c3fe23e docs(plugin): set fix pnpm version
add 091419ba Merge branch 'main' into blog
No new revisions were added by this update.
Summary of changes:
README.md | 3 +
blog/2024-02-20-answer-1.2.5-is-ready/index.md | 2 +-
community/about.md | 2 +-
community/contributing/contributing.md | 4 +-
community/contributing/how-to-release.md | 41 +
community/contributing/plugins.md | 2 +-
community/security.md | 28 +
community/support.mdx | 2 +-
docs/development/api.md | 6 +-
docs/getting-started/configfile.md | 1 -
docs/getting-started/upgrade.md | 2 +-
docs/guides/plugins.md | 8 +-
docs/guides/questions.md | 8 +-
docs/guides/users.md | 49 +-
docs/introduction.md | 49 +-
docusaurus.config.js | 51 +-
i18n/zh-CN/code.json | 15 +
.../2024-02-20-answer-1.2.5-is-ready/index.md | 2 +-
.../docusaurus-plugin-content-docs/current.json | 4 +-
.../current/getting-started/configfile.md | 1 -
package.json | 25 +-
pnpm-lock.yaml | 2037 +++-----------------
src/components/HeaderSlogan/index.tsx | 8 +-
src/components/HomepageMain/index.tsx | 15 +-
src/pages/contact.tsx | 108 --
src/pages/download.tsx | 110 ++
src/pages/index.tsx | 1 +
src/pages/plugins.tsx | 4 +-
src/theme/DocSidebarItem/Category/index.tsx | 9 +-
static/img/docs/questions-answer-status.drawio.svg | 173 ++
.../img/docs/questions-question-status.drawio.svg | 226 +++
static/img/docs/users-oauth.drawio.svg | 500 +++++
static/img/docs/users-signup.drawio.svg | 188 ++
static/img/docs/users-user-status.drawio.svg | 226 +++
static/img/screenshot.png | Bin 61506 -> 88558 bytes
35 files changed, 1966 insertions(+), 1944 deletions(-)
delete mode 100644 src/pages/contact.tsx
create mode 100644 src/pages/download.tsx
create mode 100644 static/img/docs/questions-answer-status.drawio.svg
create mode 100644 static/img/docs/questions-question-status.drawio.svg
create mode 100644 static/img/docs/users-oauth.drawio.svg
create mode 100644 static/img/docs/users-signup.drawio.svg
create mode 100644 static/img/docs/users-user-status.drawio.svg