From 11da3988cc181197b20887a5eb94a4e7bfa52582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:57:34 +0300 Subject: [PATCH] Update index.md --- docs/en/modules/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/modules/index.md b/docs/en/modules/index.md index 5ab619698a..0368b7ae0c 100644 --- a/docs/en/modules/index.md +++ b/docs/en/modules/index.md @@ -40,6 +40,7 @@ Here are all the free and pro application modules developed and maintained as a * **[OpenIddict (Pro)](openiddict-pro.md)**: Managing the openiddict objects like applications, scopes. * **[Payment (Pro)](payment.md)**: Payment gateway integrations. * [**Permission Management**](permission-management.md): Used to persist permissions. +* [**Operation Rate Limiting**](operation-rate-limiting.md): Provides application/domain code level rate-limiting features. * **[SaaS (Pro)](saas.md)**: Manage tenants, editions and features to create your multi-tenant / SaaS application. * **[Setting Management](setting-management.md)**: Used to persist and manage the [settings](../framework/infrastructure/settings.md). * [**Tenant Management**](tenant-management.md): Manages tenants for a [multi-tenant](../framework/architecture/multi-tenancy) application.