prebid / prebid.github.io

Repo that controls Prebid.org website
http://prebid.org
Apache License 2.0
69 stars 1.19k forks source link

The prebid.org Download PrebidJS page is refering to some modules incorrectly #5636

Closed pm-harshad-mane closed 1 month ago

pm-harshad-mane commented 2 months ago

The prebid.org Download PrebidJS page is refering to some modules incorrectly. https://docs.prebid.org/download.html

There might be more... how can we automate the validation? When user selects the Prebid version, we can hide the modules that are not present in https://github.com/prebid/Prebid.js/blob/master/modules/.submodules.json?

dgirardi commented 2 months ago

Related: https://github.com/prebid/prebid.github.io/issues/5402

patmmccann commented 1 month ago

One shortcut proposal to solve part of the problem:

Add max version to each adapter and post filter all the adapters with their max version below the download page min version at https://github.com/prebid/prebid.github.io/blob/master/download.md

patmmccann commented 1 month ago

https://github.com/prebid/Prebid.js/blob/22aa7ce4566aa53ef4976fbe462aadf1abe425dc/modules/adriverIdSystem.js#L21C1-L22C1 is in js @pm-harshad-mane ; what do you see?