Skip to content

Commit b3cd32d

Browse files
docs: clarify that iframe path segments must be unique in sidenav configuration
1 parent e8e0f47 commit b3cd32d

File tree

1 file changed

+1
-1
lines changed
  • docs/internal-developer-portal/layout-and-appearance

1 file changed

+1
-1
lines changed

docs/internal-developer-portal/layout-and-appearance/sidenav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When configuring the iframe SidebarItem:
120120
121121
* Use `type: iframe` to specify an iframe element (case-insensitive, so `IfRAmE` also works)
122122
* 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)
124124
* `text`: The label that appears in the sidebar navigation
125125
* `url`: The external URL you want to display within the iframe
126126

0 commit comments

Comments
 (0)