Skip to content

Commit 3b79c3e

Browse files
CopilothuangdijiaCopilot
authored
docs: add rate-limit component documentation (#1040)
* Initial plan * docs: add rate-limit component documentation for all languages Co-authored-by: huangdijia <[email protected]> * docs: fix Traditional Chinese terminology in zh-hk rate-limit documentation Co-authored-by: huangdijia <[email protected]> * Update docs and translate * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: huangdijia <[email protected]> Co-authored-by: Deeka Wong <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent c8ed4cd commit 3b79c3e

File tree

8 files changed

+1880
-0
lines changed

8 files changed

+1880
-0
lines changed

docs/.vitepress/src/en/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ const sidebar:DefaultTheme.Sidebar = {
149149
text: 'Purifier',
150150
link: '/en/components/purifier.md'
151151
},
152+
{
153+
text: 'Rate Limit',
154+
link: '/en/components/rate-limit.md'
155+
},
152156
{
153157
text: 'Recaptcha',
154158
link: '/en/components/recaptcha.md'

docs/.vitepress/src/zh-cn/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ const sidebar:DefaultTheme.Sidebar = {
162162
text: 'Purifier',
163163
link: '/zh-cn/components/purifier.md'
164164
},
165+
{
166+
text: 'Rate Limit',
167+
link: '/zh-cn/components/rate-limit.md'
168+
},
165169
{
166170
text: 'Recaptcha',
167171
link: '/zh-cn/components/recaptcha.md'

docs/.vitepress/src/zh-hk/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ const sidebar:DefaultTheme.Sidebar = {
162162
text: 'Purifier',
163163
link: '/zh-hk/components/purifier.md'
164164
},
165+
{
166+
text: 'Rate Limit',
167+
link: '/zh-hk/components/rate-limit.md'
168+
},
165169
{
166170
text: 'Recaptcha',
167171
link: '/zh-hk/components/recaptcha.md'

docs/.vitepress/src/zh-tw/sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ const sidebar:DefaultTheme.Sidebar = {
162162
text: 'Purifier',
163163
link: '/zh-tw/components/purifier.md'
164164
},
165+
{
166+
text: 'Rate Limit',
167+
link: '/zh-tw/components/rate-limit.md'
168+
},
165169
{
166170
text: 'Recaptcha',
167171
link: '/zh-tw/components/recaptcha.md'

0 commit comments

Comments
 (0)