Skip to content

Commit

Permalink
docs: improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewang committed Mar 29, 2024
1 parent cf74fc2 commit 951b76f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ hide:
---
# T1K Documentation

The T1K module provided by Chaitin Technology can add WAF / API security features to any proxy service based on NGINX (including NGINX Plus).
Chaitin Technology has launched the T1K module, which can provide WAF/API security reinforcement for all proxy services based on Nginx (including Nginx Plus).

Compared to the WAF modules written in Lua based on OpenResty's capabilities, such as our [Lua-Resty-T1K](https://github.com/chaitin/lua-resty-t1k), the T1K module written in C language boasts higher performance and exclusive response detection capabilities.
Compared to our [Lua-Resty-T1K](https://github.com/chaitin/lua-resty-t1k) developed in Lua, the T1K module crafted in C not only delivers superior performance but also features unique response detection capabilities.

## Request Detection

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ hide:
---
# T1K 文档

长亭科技提供的 T1K 模块可以为任何基于 Nginx(包括 Nginx Plus)的代理服务增加 WAF / API 安全功能
长亭科技推出的 T1K 模块,能够为所有基于 Nginx( Nginx Plus)的代理服务提供 WAF/API 安全加固

相比于基于 OpenResty 能力用 Lua 写的 WAF 模块,例如我们的 [Lua-Resty-T1K](https://github.com/chaitin/lua-resty-t1k),C 语言编写的 T1K 模块拥有更高的性能,以及独家的响应检测能力
与我们使用 Lua 语言开发的 [Lua-Resty-T1K](https://github.com/chaitin/lua-resty-t1k) 相比,C 语言打造的 T1K 模块不仅提供了更出色的性能,还具备独有的响应检测功能

## 请求检测

Expand Down

0 comments on commit 951b76f

Please sign in to comment.