Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 19, 2024
1 parent c2665f4 commit 8d13538
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 33 deletions.
9 changes: 3 additions & 6 deletions docs/guides/developer-preview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ title: Developer Preview
ngrok allows you to instantly and securely make an application or service running on your local machine available to clients and stakeholders
without deploying to a staging environment. This section includes guides for developer previews.




| Name | Description |
|-------------------|---------------------------------------------------------------------------------------------|
| [Getting Started](getting-started.mdx) | Learn how to use the ngrok agent to get access to a service running in your local environment and secure it with OAuth |
| Name | Description |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Getting Started](getting-started.mdx) | Learn how to use the ngrok agent to get access to a service running in your local environment and secure it with OAuth |
6 changes: 3 additions & 3 deletions docs/guides/identity-aware-proxy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ title: Identity Aware Proxy

This section provides guides for using ngrok as an identity-aware-proxy.

| Name | Description |
|-------------------|---------------------------------------------------------------------------------------------|
| [Secure your applications with OAuth 2.0](securing-with-oauth.md) | Learn how to configure OAuth for your ngrok endpoints. |
| Name | Description |
| ----------------------------------------------------------------- | ------------------------------------------------------ |
| [Secure your applications with OAuth 2.0](securing-with-oauth.md) | Learn how to configure OAuth for your ngrok endpoints. |
1 change: 0 additions & 1 deletion docs/guides/identity-aware-proxy/securing-with-oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Secure your applications with OAuth 2.0
---


# Secure your applications with OAuth 2.0

Ngrok simplifies networking by creating secure ingress to any app, device, or service with a single command or line of code. It's an ingress-as-a-service platform that decouples ingress from infrastructure, removing the hassle of getting code online without provisioning proxies or VPNs.
Expand Down
30 changes: 13 additions & 17 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,26 @@ title: All Guides

Here you will find a set of guides to help you with common (and not so common) tasks in ngrok. Think we're missing something? Send a note to [[email protected]](mailto:[email protected]) and let us know.


## Production Use Cases
| Name | Description |
|--------------------------------------------------------|------------------------------------------------------------------------------------------------|
| [API Gateway](api-gateway) | Learn how to use ngrok as an api gateway |
| [Global Load Balancer](global-load-balancer) | Learn how to use ngrok's global load balancer |
| [Kubernetes Ingress](kubernetes-ingress) | Learn how to use the ngrok Kubernetes Operator |
| [Device Gateway](/guides/device-gateway) | Learn how to use ngrok as a device gateway |
| [Identity-Aware Proxy](identity-aware-proxy) | Learn how to use ngrok as an identity-aware proxy |
| [Site-to-Site Connectivity](site-to-site-connectivity) | Learn how to use ngrok to connect to remote sites |


| Name | Description |
| ------------------------------------------------------ | ------------------------------------------------- |
| [API Gateway](api-gateway) | Learn how to use ngrok as an api gateway |
| [Global Load Balancer](global-load-balancer) | Learn how to use ngrok's global load balancer |
| [Kubernetes Ingress](kubernetes-ingress) | Learn how to use the ngrok Kubernetes Operator |
| [Device Gateway](/guides/device-gateway) | Learn how to use ngrok as a device gateway |
| [Identity-Aware Proxy](identity-aware-proxy) | Learn how to use ngrok as an identity-aware proxy |
| [Site-to-Site Connectivity](site-to-site-connectivity) | Learn how to use ngrok to connect to remote sites |

## Development Use Cases

| Name | Description |
|----------------------------------------|---------------------------------------------------------------------------------------------|
| -------------------------------------- | ------------------------------------------------------------------------------------------- |
| [Developer Preview](developer-preview) | Learn how to use ngrok to preview apps and services running in your development environment |
| [Webhook Testing](webhook-testing) | Learn how to use ngrok for webhook testing |

| [Webhook Testing](webhook-testing) | Learn how to use ngrok for webhook testing |

## Other Guides
| Name | Description |
|--------------------------------------------|---------------------------------------------------------------------------------------------|
| [Free Plan Limits](other-guides/limits.md) | Learn about the resources available on our free seat-based plan |


| Name | Description |
| ------------------------------------------ | --------------------------------------------------------------- |
| [Free Plan Limits](other-guides/limits.md) | Learn about the resources available on our free seat-based plan |
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Tabs from "@theme/Tabs";
<!-- Guide -->

# How to do Weighted Round-Robin Load Balancing with ngrok Cloud Edges

![](img/weighted-round-robin-load-balancing.png)

The purpose of **Load balancing** is to improve application performance and reduce burden by distributing incoming traffic
Expand Down
12 changes: 6 additions & 6 deletions docs/guides/site-to-site-connectivity/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ngrok allows you to connect to remote sites without asking your customers and pa

This section provides getting started guides for connecting to remote sites with ngrok.

| Name | Description |
| -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [APIs](apis.mdx) | Connect to APIs at remote sites |
| [APIs with mTLS](apis-mtls.mdx) | Connect to APIs at remote sites using end-to-end encryption with mTLS |
| [DBs](dbs.mdx) | Connect to databases at remote sites |
| [DBs with mTLS](apis.mdx) | Connect to databases at remote sites using end-to-end encryption with mTLS and stunnel |
| Name | Description |
| ------------------------------- | -------------------------------------------------------------------------------------- |
| [APIs](apis.mdx) | Connect to APIs at remote sites |
| [APIs with mTLS](apis-mtls.mdx) | Connect to APIs at remote sites using end-to-end encryption with mTLS |
| [DBs](dbs.mdx) | Connect to databases at remote sites |
| [DBs with mTLS](apis.mdx) | Connect to databases at remote sites using end-to-end encryption with mTLS and stunnel |

0 comments on commit 8d13538

Please sign in to comment.