Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Dec 5, 2024
1 parent a4e2306 commit f0f8b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const aboutIota = require("../content/sidebars/about-iota.js");
const operator = require("../content/sidebars/operator.js");
const references = require("../content/sidebars/references.js");
const tsSDK = require("../content/sidebars/ts-sdk.js")
const identity = require("../content/sidebars/ts-sdk.js")
const identity = require("../content/sidebars/identity.js")

const sidebars = {
//whyIOTASidebar: why_iota,
Expand Down

0 comments on commit f0f8b63

Please sign in to comment.