Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guides in getting started to direct to traffic policy #1042

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,15 @@ Once ngrok is in front of your app, you can add authentication, acceleration, tr
<a>Read more →</a>
</div>
</Link>
<Link to={`/http/ip-restrictions/`}>
<Link to={`/http/traffic-policy/actions/restrict-ips/`}>
<div className="ngrok--card">
<div className="ngrok--card-heading">
<h3>IP Restrictions</h3>
</div>
<p>Allow or deny traffic based on the source IP of connections.</p>
<p>
Allow or deny traffic based on the source IP of connections uning
traffic policy.
</p>
<a>Read more →</a>
</div>
</Link>
Expand All @@ -161,7 +164,7 @@ Once ngrok is in front of your app, you can add authentication, acceleration, tr
<a>Read more →</a>
</div>
</Link>
<Link to={`/http/webhook-verification/`}>
<Link to={`/http/traffic-policy/actions/verify-webhook/`}>
<div className="ngrok--card">
<div className="ngrok--card-heading">
<h3>Webhook Verification</h3>
Expand All @@ -176,7 +179,7 @@ Once ngrok is in front of your app, you can add authentication, acceleration, tr
</div>

<div className="ngrok--cards ngrok--cards-row">
<Link to={`/http/request-headers/`}>
<Link to={`/http/traffic-policy/actions/add-headers/`}>
<div className="ngrok--card">
<div className="ngrok--card-heading">
<h3>Request Headers</h3>
Expand Down Expand Up @@ -236,7 +239,7 @@ Once ngrok is in front of your app, you can add authentication, acceleration, tr
<a>Read more →</a>
</div>
</Link>
<Link to={`/http/circuit-breaker/`}>
<Link to={`/http/traffic-policy/actions/circuit-breaker/`}>
<div className="ngrok--card">
<div className="ngrok--card-heading">
<h3>Circuit Breaker</h3>
Expand Down