Skip to content

Commit

Permalink
Fix THEOads API sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtheo committed Feb 14, 2025
1 parent 73a8448 commit 0b42385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theoads/api/signaling/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ const sidebar: SidebarsConfig = {
},
{
type: "doc",
id: "api/signaling/create-monetized-stream-break",
id: "api/signaling/get-monetized-stream-breaks",
label: "GetMonetizedStreamBreak",
className: "api-method get",
},
{
type: "doc",
id: "api/signaling/create-monetized-stream-break",
id: "api/signaling/delete-monetized-stream-breaks",
label: "DeleteMonetizedStreamBreak",
className: "api-method delete",
},
Expand All @@ -72,13 +72,13 @@ const sidebar: SidebarsConfig = {
},
{
type: "doc",
id: "api/signaling/create-monetized-stream-overlay",
id: "api/signaling/get-monetized-stream-overlays",
label: "GetMonetizedStreamOverlay",
className: "api-method get",
},
{
type: "doc",
id: "api/signaling/create-monetized-stream-overlay",
id: "api/signaling/delete-monetized-stream-overlay",
label: "DeleteMonetizedStreamOverlay",
className: "api-method delete",
},
Expand Down

0 comments on commit 0b42385

Please sign in to comment.