Skip to content

Commit bee5754

Browse files
mkdefinemediaflow1907Copilot
authored
fix(defineMedia): replace tab with spaces in redirect_from YAML (#6566)
The YAML front matter in defineMedia.md used a hard tab character to indent the redirect_from list item. YAML does not allow tabs as indentation, causing Jekyll to throw a parse error and skip the file entirely. As a result, the Define Media adapter was not rendered on the download page. Replace the tab with two spaces to fix the YAML parse error. Co-authored-by: flow1907 <mklumpp84@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 547d2fd commit bee5754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/defineMedia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: DEFINE MEDIA
44
description: Prebid DEFINE MEDIA Bidder Adapter
55
biddercode: defineMedia
66
redirect_from:
7-
- /dev-docs/bidders/definemedia.html
7+
- /dev-docs/bidders/definemedia.html
88
tcfeu_supported: true
99
gvl_id: 440
1010
media_types: banner

0 commit comments

Comments
 (0)