Skip to content

Commit

Permalink
chore(docs): fix public and private storage not in docs (AztecProtoco…
Browse files Browse the repository at this point in the history
…l#4257)

got screwed with a bad merge conflict
  • Loading branch information
catmcgee authored Jan 29, 2024
1 parent 925bc22 commit 7369641
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@ const sidebars = {
type: "doc",
id: "developers/contracts/syntax/storage/main",
},
items: ["developers/contracts/syntax/storage/storage_slots"],
items: [
"developers/contracts/syntax/storage/private_state",
"developers/contracts/syntax/storage/public_state",
"developers/contracts/syntax/storage/storage_slots",
],
},
"developers/contracts/syntax/events",
"developers/contracts/syntax/functions",
Expand Down

0 comments on commit 7369641

Please sign in to comment.