diff --git a/dev-docs/modules/index.md b/dev-docs/modules/index.md index 952f2c0a61..7102b79b82 100644 --- a/dev-docs/modules/index.md +++ b/dev-docs/modules/index.md @@ -10,11 +10,11 @@ sidebarType: 1 The core of Prebid.js contains only the foundational code needed for header bidding. Any functionality that could be considered an add-on is part of a module. These are the major categories: -* [Bidder adapters](/dev-docs/bidders.html) -* [Analytics adapters](/overview/analytics.html) -* Any other extensible functionality - documented on this page +- [Bidder adapters](/dev-docs/bidders.html) +- [Analytics adapters](/overview/analytics.html) +- Any other extensible functionality - documented on this page -* TOC +- TOC {:toc} {% assign module_pages = site.pages | where: "page_type", "module" %} @@ -57,7 +57,7 @@ than others. See [the realTimeData setConfig](/dev-docs/publisher-api-reference/ -{% for page in module_pages %}{% if page.recommended == true or page.vendor_specific == true %}{% continue %}{% endif %} +{% for page in module_pages %}{% if page.recommended == true or page.vendor_specific == true or page.enable_download == false %}{% continue %}{% endif %} {{page.display_name}} {{page.description}} @@ -79,7 +79,7 @@ These modules may require accounts with a service provider. -{% for page in module_pages %}{% if page.recommended == true %}{% continue %}{% endif %}{% if page.vendor_specific == true %} +{% for page in module_pages %}{% if page.recommended == true or page.enable_download == false %}{% continue %}{% endif %}{% if page.vendor_specific == true %} {{page.display_name}} {{page.description}} @@ -91,7 +91,7 @@ These modules may require accounts with a service provider. ## Further Reading -* [Source code of all modules](https://github.com/prebid/Prebid.js/tree/master/modules) -* [How to add a Bid Adapter](/dev-docs/bidder-adaptor.html) -* [How to add an Analytics Adapter](/dev-docs/integrate-with-the-prebid-analytics-api.html) -* [How to add a Real Time Data Submodule](/dev-docs/add-rtd-submodule.html) +- [Source code of all modules](https://github.com/prebid/Prebid.js/tree/master/modules) +- [How to add a Bid Adapter](/dev-docs/bidder-adaptor.html) +- [How to add an Analytics Adapter](/dev-docs/integrate-with-the-prebid-analytics-api.html) +- [How to add a Real Time Data Submodule](/dev-docs/add-rtd-submodule.html)