You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/internal-developer-portal/layout-and-appearance/sidenav.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ When configuring the iframe SidebarItem:
120
120
121
121
* Use `type: iframe` to specify an iframe element (case-insensitive, so `IfRAmE` also works)
122
122
* Configure these properties under `props`:
123
-
* `to`: Must follow the format `iframe/${path}` where `${path}` is your custom path segment
123
+
* `to`: Must follow the format `iframe/${path}` where `${path}` is your custom path segment (this `path` is a unique path i.e. every sidebar item being added must be unique)
124
124
* `text`: The label that appears in the sidebar navigation
125
125
* `url`: The external URL you want to display within the iframe
0 commit comments