Merge branch 'release/1.0.1' into 'main'

Release 1.0.1

See merge request opensource/answer!385
tree: daba366b506376a34d76f9768a6206d693397255
  1. .github/
  2. .vscode/
  3. build/
  4. charts/
  5. cmd/
  6. configs/
  7. docs/
  8. i18n/
  9. internal/
  10. pkg/
  11. script/
  12. ui/
  13. .editorconfig
  14. .gitignore
  15. .gitlab-ci.yml
  16. .goreleaser.yaml
  17. CONTRIBUTING.md
  18. crowdin.yml
  19. docker-compose.yaml
  20. Dockerfile
  21. go.mod
  22. go.sum
  23. INSTALL.md
  24. INSTALL_CN.md
  25. LICENSE
  26. Makefile
  27. README.md
  28. README_CN.md
README.md

Answer - Build Q&A community

An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.

To learn more about the project, visit answer.dev.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest

For more information, see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache License 2.0