From 88a85a890235e67d0a031496d518292e32959fbc Mon Sep 17 00:00:00 2001 From: flow1907 Date: Fri, 15 May 2026 10:40:25 +0200 Subject: [PATCH] fix(defineMedia): replace tab with spaces in redirect_from YAML 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: Copilot <223556219+Copilot@users.noreply.github.com> --- dev-docs/bidders/defineMedia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/defineMedia.md b/dev-docs/bidders/defineMedia.md index c1da1fd483..4e38afade2 100644 --- a/dev-docs/bidders/defineMedia.md +++ b/dev-docs/bidders/defineMedia.md @@ -4,7 +4,7 @@ title: DEFINE MEDIA description: Prebid DEFINE MEDIA Bidder Adapter biddercode: defineMedia redirect_from: - - /dev-docs/bidders/definemedia.html + - /dev-docs/bidders/definemedia.html tcfeu_supported: true gvl_id: 440 media_types: banner