Skip to content

Commit 09b329c

Browse files
committed
fix: improve example pages, remove duplicates
1 parent 0fde8f3 commit 09b329c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/e2e/testData/ExampleLinkNames.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export enum ExampleLinkName {
1616
CustomErrors = 'Custom Errors',
1717
DisplayConfigurations = 'Display Configurations',
1818
DebugMode = 'Debug mode',
19-
ESMDebugMode = 'Debug',
2019
ESModuleImports = 'ES Module Imports',
2120
FloatingPlayer = 'Floating Player',
2221
FluidLayouts = 'Fluid Layouts',

test/e2e/testData/esmPageLinksData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const ESM_LINKS: ExampleLinkType[] = [
1818
{ name: ExampleLinkName.Components, endpoint: 'components' },
1919
{ name: ExampleLinkName.CustomErrors, endpoint: 'custom-cld-errors' },
2020
{ name: ExampleLinkName.DisplayConfigurations, endpoint: 'ui-config' },
21-
{ name: ExampleLinkName.ESMDebugMode, endpoint: 'debug' },
21+
{ name: ExampleLinkName.DebugMode, endpoint: 'debug' },
2222
{ name: ExampleLinkName.FloatingPlayer, endpoint: 'floating-player' },
2323
{ name: ExampleLinkName.FluidLayouts, endpoint: 'fluid' },
2424
{ name: ExampleLinkName.ForceHLSSubtitles, endpoint: 'force-hls-subtitles' },

0 commit comments

Comments
 (0)