Skip to content

Commit 767aa3e

Browse files
committed
Update Rate Limiting and Webhooks documentation to include navigation links
1 parent 9c64472 commit 767aa3e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/en/Features-Rate-Limiting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rate Limiting
22

3-
ASP.NET Zero includes a built-in **dynamic rate limiting** system that allows you to protect your API endpoints from abuse by controlling the number of requests clients can make within a given time window. Rate limiting policies are fully manageable through the administration UI and are applied dynamically at runtime no application restart is required when policies change.
3+
ASP.NET Zero includes a built-in **dynamic rate limiting** system that allows you to protect your API endpoints from abuse by controlling the number of requests clients can make within a given time window. Rate limiting policies are fully manageable through the administration UI and are applied dynamically at runtime, no application restart is required when policies change.
44

55
## Enabling Rate Limiting
66

@@ -154,3 +154,7 @@ app.UseRateLimiter();
154154
```
155155

156156
The global enable/disable setting is stored in the application settings (`App.RateLimiting.IsEnabled`) and can be toggled from the UI without redeploying.
157+
158+
## Next
159+
160+
- [User Delegation](Features-Mvc-Core-User-Delegation)

docs/en/Features-Webhooks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ You can resend a webhook with same parameter or view webhook event.
2020

2121
In **Webhook Event Detail** page, you can see the detail of a created webhook. And you can see all send attempts for all of your subscriptions.
2222

23-
For more information. You can check [ASP.NET Boilerplate webhook documentation](https://aspnetboilerplate.com/Pages/Documents/Webhook-System).
23+
For more information. You can check [ASP.NET Boilerplate webhook documentation](https://aspnetboilerplate.com/Pages/Documents/Webhook-System).
24+
25+
## Next
26+
27+
- [Rate Limiting](Features-Rate-Limiting)

0 commit comments

Comments
 (0)