Skip to content

Commit

Permalink
added PBS deals page, re-wired overview (#2269)
Browse files Browse the repository at this point in the history
* added PBS deals page, re-wired overview

* removing old files
  • Loading branch information
bretg authored Aug 25, 2020
1 parent bdc0aee commit a5904dd
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 350 deletions.
8 changes: 8 additions & 0 deletions _data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,14 @@
sectionTitle:
subgroup: 3

- sbSecId: 5
title: Deals
link: /prebid-server/features/pbs-deals.html
isHeader: 0
isSectionHeader: 0
sectionTitle:
subgroup: 3

- sbSecId: 5
title: Developers
link:
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,4 @@ Notes:
[setConfig]: {{site.baseurl}}/dev-docs/publisher-api-reference.html#module_pbjs.setConfig
[configureResponsive]: {{site.baseurl}}/dev-docs/publisher-api-reference.html#setConfig-Configure-Responsive-Ads
[openRTB]: https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf
[pbServer]: {{site.baseurl}}/dev-docs/get-started-with-prebid-server.html
[pbServer]: {{site.baseurl}}/prebid-server/overview/prebid-server-overview.html
2 changes: 1 addition & 1 deletion dev-docs/bidders.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebarType: 1

This page contains documentation on the specific parameters required by each supported bidder.
These docs only apply to Prebid.js bidders. For Prebid Server, AMP, or Prebid Mobile, see the
[Prebid Server Bidders]({{site.baseurl}}/dev-docs/prebid-server-bidders.html) page.
[Prebid Server Bidders](/dev-docs/pbs-bidders.html) page.

For each bidder listed below, you'll find the following information:

Expand Down
172 changes: 0 additions & 172 deletions dev-docs/get-started-with-prebid-server.md

This file was deleted.

4 changes: 2 additions & 2 deletions dev-docs/modules/s2sTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebarType : 1

# Prebid JS Module: Server-to-Server Testing

This module allows publishers the chance to ramp-up on [Prebid Server](/dev-docs/get-started-with-prebid-server.html),
This module allows publishers the chance to ramp-up on [Prebid Server](/prebid-server/overview/prebid-server-overview.html),
testing the impact of server-side header bidding before fully switching.
Without this module, the s2sConfig settings direct all requests to
Prebid Server. By including this module in the PrebidJS build, there are
Expand Down Expand Up @@ -246,6 +246,6 @@ The test KVP hb_source_rubicon on this page will always sent with the value "cli

## Further Reading

+ [Prebid Server](/dev-docs/get-started-with-prebid-server.html)
+ [Prebid Server](/prebid-server/overview/prebid-server-overview.html)


167 changes: 0 additions & 167 deletions dev-docs/prebid-server-bidders.md

This file was deleted.

2 changes: 1 addition & 1 deletion dev-docs/publisher-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ a price granularity override. If it doesn't find 'video-outstream' defined, it w

#### Server to Server

Prebid.js can be configured to connect to one or more [Prebid Servers](/dev-docs/get-started-with-prebid-server.html) for one or more bidders.
Prebid.js can be configured to connect to one or more [Prebid Servers](/prebid-server/overview/prebid-server-overview.html) for one or more bidders.

Example config:

Expand Down
Loading

0 comments on commit a5904dd

Please sign in to comment.