File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ const integrations: SidebarConfig = [
2626 {
2727 type : 'link' ,
2828 label : 'Enterprise connectors' ,
29+ /**
30+ * The "additionalLabel" prop is used in "Gallery" component where the sidebar config is used
31+ * to generate the gallery items. The additional label is appended to the label, in order to
32+ * provide additional information about the category.
33+ */
2934 customProps : { additionalLabel : '(SP-initiated SSO)' } ,
3035 href : '#' ,
3136 className : 'sidebar-section' ,
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ const quickStartSidebar: SidebarConfig = [
2626 {
2727 type : 'link' ,
2828 label : 'Third-party apps' ,
29+ /**
30+ * The "additionalLabel" prop is used in "Gallery" component where the sidebar config is used
31+ * to generate the gallery items. The additional label is appended to the label, in order to
32+ * provide additional information about the category.
33+ */
2934 customProps : { additionalLabel : '(Logto as Idp)' } ,
3035 href : '#' ,
3136 className : 'sidebar-section' ,
You can’t perform that action at this time.
0 commit comments