Skip to content

Commit 8118c33

Browse files
committed
Add index links to guides/data-binding, guides/custom-controls
1 parent 80a2ea3 commit 8118c33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ const sidebars = {
250250
{
251251
'type': 'category',
252252
'label': 'Data Binding',
253+
'link': {
254+
'type': 'doc',
255+
'id': 'guides/data-binding/index',
256+
},
253257
'items': [
254258
'guides/data-binding/inotifypropertychanged',
255259
'guides/data-binding/binding-classes',
@@ -306,6 +310,10 @@ const sidebars = {
306310
{
307311
'type': 'category',
308312
'label': 'Custom Controls',
313+
'link': {
314+
'type': 'doc',
315+
'id': 'guides/custom-controls/index',
316+
},
309317
'items': [
310318
'guides/custom-controls/types-of-control',
311319
'guides/custom-controls/create-a-custom-panel',

0 commit comments

Comments
 (0)