Skip to content

Commit

Permalink
merge scroll-sdk-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Oct 17, 2024
2 parents e9bceed + d79deef commit c6994fd
Show file tree
Hide file tree
Showing 6 changed files with 800 additions and 13 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"devnetDeployment": "Devnet Deployment",
"productionDeployment": "Production Deployment",
"digitalOcean": "Digital Ocean & ERC20 Gas Token Testnet",
"aws": "AWS Deployment",
"customizingSdkComponents": "Customizing SDK Components"
"customizingSdkComponents": "Customizing SDK Components",
"awsDeployment": "AWS Deployment"
}
},
"footer": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export const getSidebar = () => {
url: formatUrl("sdk/guides/digital-ocean-alt-gas-token"),
},
{
title: t("sidebar.sdk.aws"),
title: t("sidebar.sdk.awsDeployment"),
url: formatUrl("sdk/guides/aws-deployment"),
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c6994fd

Please sign in to comment.