Skip to content

Commit

Permalink
fix: added dark mode to whats new (#604)
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat authored Feb 20, 2024
1 parent bb7dd79 commit 752fa86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/http/traffic-policy/gallery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ This rule applies rate limiting of `30` requests per second to the endpoint `/ap
{
type: "rate-limit",
config: {
name: "Only allow 30 requests per second",
name: "Only allow 30 requests per minute",
algorithm: "sliding_window",
capacity: 30,
rate: "1s",
rate: "60s",
bucket_key: ["conn.ClientIP"],
},
},
Expand Down
1 change: 1 addition & 0 deletions docs/whats-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ You can expect this page to update regularly (at least monthly). We'll include t

## February 2024

- 2024-02-16 - Enabled Dark Mode in the ngrok Dashboard along with updates to the left nav. Look for the brightness icon in the top left of the page when you log in.
- 2024-02-15 - Launched [API Gateway capabilities](https://ngrok.com/blog-post/introducing-ngrok-api-gateway) including policy for edges and some additional actions for URL rewrite, JWT Verification, Rate Limiting, and more.
- 2024-02-15 - Enabled [Traffic Inspector Dev Preview](https://dashboard.ngrok.com/observability/traffic-inspector) for all accounts. Check it out and please give us feedback.
- 2024-02-06 - Released [ngrok Agent 3.6.0](/docs/agent/changelog/#ngrok-agent-360---2024-02-06)
Expand Down

0 comments on commit 752fa86

Please sign in to comment.