-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation for region field description to mark it as "depr…
…ecated" (#432) ## Why Global network is upon us. We don't want to be confusing or misleading customers by having outdated documentation. Lets update it! ## Validation Checked all the places where the old text was present, and ran locally Eg: Example below <img width="1241" alt="image" src="https://github.com/ngrok/ngrok-docs/assets/14898995/ed7d835c-9e09-4791-81a2-187f60cbdfa4">
- Loading branch information
1 parent
5988675
commit 774ad23
Showing
9 changed files
with
94 additions
and
94 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Code generated for API Clients. DO NOT EDIT. --> | ||
|
||
| | | | | ||
| ----------- | ------ | -------------------------------------------------------------------------------------------------------------- | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| region | string | reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa) | | ||
| | | | | ||
| ----------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| region | string | deprecated: With the launch of the ngrok Global Network domains traffic is now handled globally. This field applied only to endpoints. Note that agents may still connect to specific regions. Optional, null by default. (au, eu, ap, us, jp, in, sa) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Code generated for API Clients. DO NOT EDIT. --> | ||
|
||
| | | | | ||
| ------------- | ------ | -------------------------------------------------------------------------------------------------------------- | | ||
| id | string | unique reserved address resource identifier | | ||
| uri | string | URI of the reserved address API resource | | ||
| created_at | string | timestamp when the reserved address was created, RFC 3339 format | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| addr | string | hostname:port of the reserved address that was assigned at creation time | | ||
| region | string | reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa) | | ||
| uri | string | URI of the reserved address list API resource | | ||
| next_page_uri | string | URI of the next page, or null if there is no next page | | ||
| | | | | ||
| ------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| id | string | unique reserved address resource identifier | | ||
| uri | string | URI of the reserved address API resource | | ||
| created_at | string | timestamp when the reserved address was created, RFC 3339 format | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| addr | string | hostname:port of the reserved address that was assigned at creation time | | ||
| region | string | deprecated: With the launch of the ngrok Global Network domains traffic is now handled globally. This field applied only to endpoints. Note that agents may still connect to specific regions. Optional, null by default. (au, eu, ap, us, jp, in, sa) | | ||
| uri | string | URI of the reserved address list API resource | | ||
| next_page_uri | string | URI of the next page, or null if there is no next page | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Code generated for API Clients. DO NOT EDIT. --> | ||
|
||
| | | | | ||
| ----------- | ------ | -------------------------------------------------------------------------------------------------------------- | | ||
| id | string | unique reserved address resource identifier | | ||
| uri | string | URI of the reserved address API resource | | ||
| created_at | string | timestamp when the reserved address was created, RFC 3339 format | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| addr | string | hostname:port of the reserved address that was assigned at creation time | | ||
| region | string | reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa) | | ||
| | | | | ||
| ----------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| id | string | unique reserved address resource identifier | | ||
| uri | string | URI of the reserved address API resource | | ||
| created_at | string | timestamp when the reserved address was created, RFC 3339 format | | ||
| description | string | human-readable description of what this reserved address will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes. | | ||
| addr | string | hostname:port of the reserved address that was assigned at creation time | | ||
| region | string | deprecated: With the launch of the ngrok Global Network domains traffic is now handled globally. This field applied only to endpoints. Note that agents may still connect to specific regions. Optional, null by default. (au, eu, ap, us, jp, in, sa) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!-- Code generated for API Clients. DO NOT EDIT. --> | ||
|
||
| | | | | ||
| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| name | string | the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io. | | ||
| domain | string | hostname of the reserved domain | | ||
| region | string | reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa) | | ||
| description | string | human-readable description of what this reserved domain will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. | | ||
| certificate_id | string | ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with `certificate_management_policy`. | | ||
| authority | string | certificate authority to request certificates from. The only supported value is letsencrypt. | | ||
| private_key_type | string | type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa. | | ||
| | | | | ||
| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| name | string | the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io. | | ||
| domain | string | hostname of the reserved domain | | ||
| region | string | deprecated: With the launch of the ngrok Global Network domains traffic is now handled globally. This field applied only to endpoints. Note that agents may still connect to specific regions. Optional, null by default. (au, eu, ap, us, jp, in, sa) | | ||
| description | string | human-readable description of what this reserved domain will be used for | | ||
| metadata | string | arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. | | ||
| certificate_id | string | ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with `certificate_management_policy`. | | ||
| authority | string | certificate authority to request certificates from. The only supported value is letsencrypt. | | ||
| private_key_type | string | type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
774ad23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ngrok-docs – ./
ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app
ngrok-docs-ngrok-dev.vercel.app