Update sidebars.js

This commit is contained in:
cryptozoidberg 2025-07-07 15:04:48 +04:00 committed by GitHub
parent 039438fd10
commit fbf91e0a4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,12 @@ const sidebars = {
dirName: "stake",
},
],
stakeSidebar: [
{
type: "autogenerated",
dirName: "code",
},
],
};
module.exports = sidebars;