Skip to content

Commit

Permalink
format sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jul 25, 2024
1 parent fdc9039 commit b50637f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/build/isc/v1.1/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ module.exports = {
type: 'category',
label: 'Tutorials',
items: [
{
{
type: 'category',
label: 'Cross-chain NFT Marketplace',
items: [
Expand All @@ -264,8 +264,8 @@ module.exports = {
label: 'Part II',
id: 'tutorials/cross-chain-nft-marketplace-part-2',
},
]
}
],
},
],
},
{
Expand Down
18 changes: 16 additions & 2 deletions docs/build/isc/v1.3/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,22 @@ module.exports = {
type: 'category',
label: 'Tutorials',
items: [
'tutorials/cross-chain-nft-marketplace-part-1',
'tutorials/cross-chain-nft-marketplace-part-2',
{
type: 'category',
label: 'Cross-chain NFT Marketplace',
items: [
{
type: 'doc',
label: 'Part I',
id: 'tutorials/cross-chain-nft-marketplace-part-1',
},
{
type: 'doc',
label: 'Part II',
id: 'tutorials/cross-chain-nft-marketplace-part-2',
},
],
},
],
},
{
Expand Down

0 comments on commit b50637f

Please sign in to comment.