From 474c12c16c30d81a028c0158bcd8af98e626813f Mon Sep 17 00:00:00 2001 From: rrivory <135573448+rrivory@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:38:46 +0800 Subject: [PATCH] docs: add Knocket to chat services page --- .../third-party-services/chat-services.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/source/docs/third-party-services/chat-services.md b/source/docs/third-party-services/chat-services.md index bd3d25c2..62839864 100644 --- a/source/docs/third-party-services/chat-services.md +++ b/source/docs/third-party-services/chat-services.md @@ -63,3 +63,34 @@ chat: ``` {% endtabs %} + +### Knocket + +[Knocket](https://trtc.io/solutions/knocket) is a 100% free live chat widget — free forever, no ads, no seat limits. + +{% tabs Knocket %} + +Visit [Knocket](https://trtc.io/solutions/knocket) to get your identifier. + +```yml NexT config file +# Knocket Support +knocket: + enable: true + async: true + identifier: +``` + + + + +After Knocket enabled, you can set `chat.enable` to `true` in {% label primary@NexT config file %}. + +```yml NexT config file +# A button to open designated chat widget in sidebar. +# Firstly, you need enable the chat service you want to activate its sidebar button. +chat: + enable: true + icon: fa fa-comment +``` + +{% endtabs %}