Skip to content

Commit

Permalink
Ready for review (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation authored Oct 3, 2024
1 parent e5f99d6 commit 08d84f9
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions docs/guides/docs/nav.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
{
"menu": [
"Installation",
"Running a Node",
"Counter Dapp",
"Contract Quickstart",
"Frontend Quickstart",
"Counter Dapp",
"Running a Node",
"Installation",
"Intro to Sway"
"Intro to Sway",
"Intro to Predicates"
],
"installation": [
"Fuel Github Codespace"
],
"counter-dapp": [
"Building a Smart Contract",
"Building a Frontend"
],
"installation": ["Fuel Github Codespace"],
"counter-dapp": ["Building a Smart Contract", "Building a Frontend"],
"contract-quickstart": [],
"frontend-quickstart": [],
"running_a_node": ["Running a Local Node", "Running a Testnet Node"],
"running_a_node": [
"Running a Local Node",
"Running a Testnet Node"
],
"intro_to_sway": [
"Introduction to Sway",
"Prerequisites",
Expand Down Expand Up @@ -40,4 +49,4 @@
"Logging in Rust tests",
"Rust Testing"
]
}
}

0 comments on commit 08d84f9

Please sign in to comment.