mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-20 08:40:18 +02:00
Update Slack Link (#936)
This commit is contained in:
parent
0fd36c3120
commit
503a709e37
@ -22,7 +22,7 @@ Your input is vital to making sure that Danswer moves in the right direction.
|
|||||||
Before starting on implementation, please raise a GitHub issue.
|
Before starting on implementation, please raise a GitHub issue.
|
||||||
|
|
||||||
And always feel free to message us (Chris Weaver / Yuhong Sun) on
|
And always feel free to message us (Chris Weaver / Yuhong Sun) on
|
||||||
[Slack](https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w) /
|
[Slack](https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ) /
|
||||||
[Discord](https://discord.gg/TDJ59cGV2X) directly about anything at all.
|
[Discord](https://discord.gg/TDJ59cGV2X) directly about anything at all.
|
||||||
|
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ Our goal is to make contributing as easy as possible. If you run into any issues
|
|||||||
That way we can help future contributors and users can avoid the same issue.
|
That way we can help future contributors and users can avoid the same issue.
|
||||||
|
|
||||||
We also have support channels and generally interesting discussions on our
|
We also have support channels and generally interesting discussions on our
|
||||||
[Slack](https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w)
|
[Slack](https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ)
|
||||||
and
|
and
|
||||||
[Discord](https://discord.gg/TDJ59cGV2X).
|
[Discord](https://discord.gg/TDJ59cGV2X).
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<a href="https://docs.danswer.dev/" target="_blank">
|
<a href="https://docs.danswer.dev/" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/docs-view-blue" alt="Documentation">
|
<img src="https://img.shields.io/badge/docs-view-blue" alt="Documentation">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w" target="_blank">
|
<a href="https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt="Slack">
|
<img src="https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt="Slack">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/TDJ59cGV2X" target="_blank">
|
<a href="https://discord.gg/TDJ59cGV2X" target="_blank">
|
||||||
|
@ -56,6 +56,6 @@ startsecs=60
|
|||||||
[program:log-redirect-handler]
|
[program:log-redirect-handler]
|
||||||
command=tail -qF /var/log/update.log /var/log/celery_worker.log /var/log/celery_worker_supervisor.log /var/log/celery_beat.log /var/log/celery_beat_supervisor.log /var/log/slack_bot_listener.log
|
command=tail -qF /var/log/update.log /var/log/celery_worker.log /var/log/celery_worker_supervisor.log /var/log/celery_beat.log /var/log/celery_beat_supervisor.log /var/log/slack_bot_listener.log
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=52428800
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user