We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2ea3 commit 8118c33Copy full SHA for 8118c33
sidebars.js
@@ -250,6 +250,10 @@ const sidebars = {
250
{
251
'type': 'category',
252
'label': 'Data Binding',
253
+ 'link': {
254
+ 'type': 'doc',
255
+ 'id': 'guides/data-binding/index',
256
+ },
257
'items': [
258
'guides/data-binding/inotifypropertychanged',
259
'guides/data-binding/binding-classes',
@@ -306,6 +310,10 @@ const sidebars = {
306
310
307
311
308
312
'label': 'Custom Controls',
313
314
315
+ 'id': 'guides/custom-controls/index',
316
309
317
318
'guides/custom-controls/types-of-control',
319
'guides/custom-controls/create-a-custom-panel',
0 commit comments