Skip to content

Commit dc6833e

Browse files
Added link to API reference to Avalonia sidebar
1 parent da49b6e commit dc6833e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sidebars.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,12 @@ const sidebars = {
559559
],
560560
},
561561
'faq',
562-
'community'
562+
'community',
563+
{
564+
type: 'link',
565+
label: 'API Reference', // The link label
566+
href: 'https://api-docs.avaloniaui.net/docs/category/avalonia', // The external URL
567+
},
563568
],
564569
};
565570

0 commit comments

Comments
 (0)