Skip to content

Commit d63eff7

Browse files
authored
chore: add C++/Win32 tutorial to sidebar (#799)
1 parent df951b6 commit d63eff7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sidebars.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ module.exports = {
119119
{
120120
type: 'category',
121121
label: 'Tutorial: Native Code and Electron',
122-
items: ['latest/tutorial/native-code-and-electron'],
122+
items: [
123+
'latest/tutorial/native-code-and-electron',
124+
'latest/tutorial/native-code-and-electron-cpp-win32',
125+
],
123126
},
124127
],
125128
},

0 commit comments

Comments
 (0)