Skip to content

Commit

Permalink
feat: highlight new Native Code and Electron tutorial (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Mar 11, 2025
1 parent ed7e4c3 commit 56307ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,21 @@ module.exports = {
'latest/tutorial/boilerplates-and-clis',
'latest/tutorial/esm',
'latest/tutorial/fuses',
'latest/tutorial/using-native-node-modules',
'latest/tutorial/windows-arm',
],
},
{
type: 'category',
label: 'Native Node Modules',
items: [
'latest/tutorial/using-native-node-modules',
{
type: 'category',
label: 'Tutorial: Native Code and Electron',
items: ['latest/tutorial/native-code-and-electron'],
},
],
},
{
type: 'category',
label: 'Distribution',
Expand Down

0 comments on commit 56307ae

Please sign in to comment.