Skip to content

Commit 53c0e15

Browse files
committed
fix(docs): formatting and link checker
1 parent 0a67cf5 commit 53c0e15

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/check-external-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
.
3232
fail: true
3333
env:
34-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Comment on PR if broken links found
3636
if: steps.lychee.outputs.exit_code != 0
3737
uses: thollander/actions-comment-pull-request@v3

docs/1-intro.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ Additional configuration and API resources are detailed on the [Network](/networ
134134
type: "link",
135135
label: "Wallet SDKs",
136136
href: "/network/developer-tools#wallet-sdks",
137-
description: "Turnkey, Wagmi, MetaMask Embedded Wallets, RainbowKit, Etherspot.",
137+
description:
138+
"Turnkey, Wagmi, MetaMask Embedded Wallets, RainbowKit, Etherspot.",
138139
docId: undefined,
139140
}}
140141
/>

docs/run-node/6-GCP-marketplace-nodes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Ensure you have:
5959
- **roles/compute.admin**
6060
- **roles/iam.serviceAccountUser**
6161

62-
- Verify that your [Quotas and System Limits](https://cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.
62+
- Verify that your [Quotas and System Limits](https://docs.cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.
6363

6464
## Setup a node
6565

@@ -260,4 +260,4 @@ resource "google_compute_instance" "this" {
260260
limit = 500
261261
dimensions = map[region:us-west1]
262262
```
263-
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.
263+
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://docs.cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.

0 commit comments

Comments
 (0)