Skip to content

Commit 10e463f

Browse files
committed
Fix duplicate Prebid sidebar translation key
Added unique 'key' attributes to both Prebid categories to resolve duplicate translation key conflict in Japanese locale: - Prebid category under Web: key 'Prebid-Web' - Prebid category at Mobile level: key 'Prebid-Mobile' This fixes the build error: 'Multiple docs sidebar items produce the same translation key'
1 parent 298c40f commit 10e463f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const fullSidebar = [
120120
{
121121
type: 'category',
122122
label: 'Prebid',
123+
key: 'Prebid-Web',
123124
link: {
124125
type: 'doc',
125126
id: 'guides/integration-prebid',
@@ -169,6 +170,7 @@ const fullSidebar = [
169170
{
170171
type: 'category',
171172
label: 'Prebid',
173+
key: 'Prebid-Mobile',
172174
link: {
173175
type: 'doc',
174176
id: 'guides/integration-prebid',

0 commit comments

Comments
 (0)