Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Nov 20, 2023
1 parent bcaedc3 commit 73156b8
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions docs/build/iota-sandbox/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
module.exports = {
docs: [
module.exports = {
docs: [
{
type: 'doc',
id: 'welcome',
label: 'Welcome',
},
{
type: 'category',
label: 'How to',
items: [
{
type: 'doc',
id: 'welcome',
label: 'Welcome',
type: 'doc',
id: 'how-tos/install',
},
],
},
{
type: 'category',
label: 'References',
items: [
{
type: 'category',
label: 'How to',
items: [
{
type: 'doc',
id: 'how-tos/install',
}
]
type: 'doc',
id: 'references/endpoints',
},
{
type: 'category',
label: 'References',
items: [
{
type: 'doc',
id: 'references/endpoints',
},
{
type: 'doc',
id: 'references/keys',
}
]
type: 'doc',
id: 'references/keys',
},
],
],
},
],
};

0 comments on commit 73156b8

Please sign in to comment.