Skip to content

fix(defineMedia): replace tab with spaces in redirect_from YAML#6566

Open
mkdefinemedia wants to merge 5 commits into
prebid:masterfrom
mkdefinemedia:agent/fix-defineMedia-yaml-tab
Open

fix(defineMedia): replace tab with spaces in redirect_from YAML#6566
mkdefinemedia wants to merge 5 commits into
prebid:masterfrom
mkdefinemedia:agent/fix-defineMedia-yaml-tab

Conversation

@mkdefinemedia
Copy link
Copy Markdown
Contributor

Description

The YAML front matter in dev-docs/bidders/defineMedia.md used a hard tab character to indent the redirect_from list item. YAML does not allow tabs as indentation tokens, so Jekyll throws a parse error and skips the file entirely:

YAML Exception reading .../defineMedia.md: found character that cannot start any token while scanning for the next token at line 7 column 1

As a result, the Define Media adapter is not rendered on the Download page at https://docs.prebid.org/download.html.

Fix

Replace the tab with two spaces on line 7 of the front matter.

Testing

Local Jekyll build (bundle exec jekyll build) with this fix applied no longer emits the YAML exception, and the adapter checkbox appears correctly in the generated _site/download.html.

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>
Copilot AI review requested due to automatic review settings May 15, 2026 08:40
@netlify
Copy link
Copy Markdown

netlify Bot commented May 15, 2026

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 6f04ffc
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/6a0f31204c8143000850728d
😎 Deploy Preview https://deploy-preview-6566--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mkdefinemedia
Copy link
Copy Markdown
Contributor Author

Is there anything else that needs to be done? Until this small fix is released, our adapter won't be listed. Can you give us a rough estimate of when that will happen? Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants