Skip to content

Commit

Permalink
chore(docs): fix public and private storage not in docs (#4257)
Browse files Browse the repository at this point in the history
got screwed with a bad merge conflict
  • Loading branch information
catmcgee authored Jan 29, 2024
1 parent ac82e6b commit 48ceafd
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 48ceafd

Please sign in to comment.