Skip to content

Commit cc6bd54

Browse files
committed
post-rebase placement of Learn LoRaWAN docs in sidebar
1 parent 92e13e5 commit cc6bd54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sidebarsDocs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ module.exports = {
6060
},
6161
],
6262
},
63+
{
64+
type: 'category',
65+
label: 'Learn LoRaWAN',
66+
link: { type: 'doc', id: 'network-iot/learn/understanding-lorawan' },
67+
items: ['network-iot/learn/understanding-lorawan', 'network-iot/learn/build-a-device'],
68+
collapsed: true,
69+
},
6370
{
6471
type: 'category',
6572
label: 'Use Helium LoRaWAN',

0 commit comments

Comments
 (0)