Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Dec 17, 2024
1 parent 93f602f commit d1b487f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ const sidebars = {
items: [
{
type: "category",
label: "What are canister smart contracts?",
label: "What are canisters?",
link: {
type: "doc",
id: "developer-docs/smart-contracts/overview/introduction",
},
items: [
"developer-docs/smart-contracts/overview/introduction",
"developer-docs/smart-contracts/overview/inside-canisters",
"developer-docs/smart-contracts/development-workflow",
"developer-docs/smart-contracts/overview/trust-in-canisters",
Expand Down

0 comments on commit d1b487f

Please sign in to comment.