Skip to content

Commit

Permalink
Merge remote-tracking branch 'prebid/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PGAMSSP committed Nov 18, 2024
2 parents 3fb8241 + e0b13f5 commit 9d75f02
Show file tree
Hide file tree
Showing 563 changed files with 20,463 additions and 10,706 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/jekyll:2",
"customizations": {
"vscode": {
"extensions": [
"rebornix.Ruby",
"DavidAnson.vscode-markdownlint"
]
}
}
}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
name: run markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v41
- uses: tj-actions/changed-files@v44
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v15
- uses: DavidAnson/markdownlint-cli2-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: "${{ steps.changed-files.outputs.all_changed_files }},!_includes"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages', '>= 228'

gem 'ffi', '1.16.3'
gem "webrick", "~> 1.7"
34 changes: 17 additions & 17 deletions _data/dropdown_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
- subsectionId: 0
sectionId: 1
sectionName: Product
title: Analytics
link: /overview/analytics.html
title: Modules
link: /dev-docs/modules/index.html
needsDivider: 0
isHeader: 0
isSubHeader: 0
Expand All @@ -71,8 +71,8 @@
- subsectionId: 0
sectionId: 1
sectionName: Product
title: Modules
link: /dev-docs/modules/index.html
title: Publisher API
link: /dev-docs/publisher-api-reference.html
needsDivider: 0
isHeader: 0
isSubHeader: 0
Expand All @@ -81,8 +81,8 @@
- subsectionId: 0
sectionId: 1
sectionName: Product
title: Publisher API
link: /dev-docs/publisher-api-reference.html
title: Bidder Params
link: /dev-docs/bidders.html
needsDivider: 0
isHeader: 0
isSubHeader: 0
Expand All @@ -91,8 +91,8 @@
- subsectionId: 0
sectionId: 1
sectionName: Product
title: Bidder Params
link: /dev-docs/bidders.html
title: Analytics
link: /overview/analytics.html
needsDivider: 0
isHeader: 0
isSubHeader: 0
Expand Down Expand Up @@ -244,15 +244,6 @@
isHeader: 0
isSubSectionStart: 0

- subsectionId: 2
sectionId: 2
sectionName: Support
title: Training Videos
link: /videos/index.html
needsDivider: 0
isHeader: 0
isSubSectionStart: 0

- subsectionId: 2
sectionId: 2
sectionName: Support
Expand Down Expand Up @@ -285,6 +276,15 @@
sectionName: Support
title: Prebid Server
link: /faq/prebid-server-faq.html
needsDivider: 0
isHeader: 0
isSubSectionStart: 0

- subsectionId: 3
sectionId: 2
sectionName: Support
title: Prebid Mobile
link: /faq/prebid-mobile-faq.html
needsDivider: 1
isHeader: 0
isSubSectionStart: 0
Expand Down
5 changes: 0 additions & 5 deletions _data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@
imgURL: /assets/images/partners/community/Adform-Logo.png
type: community

- company: Adomik
link: https://adomik.com/
imgURL: /assets/images/partners/community/Adomik-logo.png
type: community

- company: Adtelligent
link: https://adtelligent.com/
type: community
Expand Down
Loading

0 comments on commit 9d75f02

Please sign in to comment.