Skip to content

Commit

Permalink
Rename section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Feb 20, 2024
1 parent a12e03d commit 84cfb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build/isc/v1.0.0-rc.6/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,17 @@ module.exports = {
},
{
type: 'category',
label: 'Core Contracts',
label: 'Token',
items: [
{
type: 'doc',
label: 'Create Foundry',
id: 'how-tos/native-token/create-foundry',
id: 'how-tos/token/create-foundry',
},
{
type: 'doc',
label: 'Mint Token',
id: 'how-tos/native-token/mint-token',
id: 'how-tos/token/mint-token',
}
]
},
Expand Down

0 comments on commit 84cfb64

Please sign in to comment.