Skip to content

Commit

Permalink
Add CLI node to use (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier authored Oct 22, 2024
1 parent 3e56a84 commit c217ebb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/nav/use-submarine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions shared/navLinks/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ export const links = [
href: "/use/node-app",
image: "/images/nav/use-key-fish.svg",
},
{
title: messages.cliTitle,
description: messages.cliDescription,
href: "/use/get-started/installation",
image: "/images/nav/use-submarine.svg",
},
{
title: messages.mineIronTitle,
description: messages.mineIronDescription,
Expand Down
8 changes: 8 additions & 0 deletions shared/navLinks/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ export const messages = defineMessages({
id: "nav.mineIronDescription",
defaultMessage: "Learn how to mine $IRON.",
},
cliTitle: {
id: "nav.cliTitle",
defaultMessage: "Node CLI",
},
cliDescription: {
id: "nav.cliDescription",
defaultMessage: "Run Iron Fish in the terminal.",
},
whitepaperTitle: {
id: "nav.whitepaperTitle",
defaultMessage: "Whitepaper",
Expand Down

0 comments on commit c217ebb

Please sign in to comment.