Skip to content

Commit

Permalink
add devnet guide to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Aug 26, 2024
1 parent 92ce7d8 commit ee6c7a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
"smartContracts": "Smart Contracts",
"proofGeneration": "Proof Generation",
"guides": "Guides",
"runOnArm64Mac": "Run on ARM64 Mac"
"runOnArm64Mac": "Run on ARM64 Mac",
"devnetDeployment": "Devnet Deployment"
}
},
"footer": {
Expand Down
8 changes: 6 additions & 2 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,13 @@ export const getSidebar = () => {
section: t("sidebar.sdk.guides"),
contents: [
{
title: t("sidebar.sdk.runOnArm64Mac"),
url: formatUrl("sdk/guides/run-on-arm64-mac"),
title: t("sidebar.sdk.devnetDeployment"),
url: formatUrl("sdk/guides/devnet-deployment"),
},
// {
// title: t("sidebar.sdk.runOnArm64Mac"),
// url: formatUrl("sdk/guides/run-on-arm64-mac"),
// },
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/guides/run-on-arm64-mac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ToggleElement from "../../../../../components/ToggleElement.astro"
import Steps from '../../../../../components/Steps/Steps.astro';

<Aside type="danger">
This information may not reflect the refactor from 08/26/2024. We intend to update this information soon.
This information may not reflect the refactor from 08/26/2024. Please see [Devnet Deployment](/en/sdk/guides/devnet-deployment) for latest version of this guide.
</Aside>

## Overview
Expand Down

0 comments on commit ee6c7a7

Please sign in to comment.