Prebid Docs Taskforce

From Bitnami MediaWiki
Jump to navigation Jump to search

Committee that manages prebid.github.io and the prebid.org wordpress site.

Scope: prebid.org and docs.prebid.org

Chair: Steve Suranie (Xandr)

Vice Chair: Bret Gorsline (Magnite)

Audience: Product, Engineers, TechWriters


Roadmap

  • create a PR template
  • consider additional metadata enforcements
  • label cleanup
  • auto-merging of approved PRs
  • regular 404 checks
  • better on-boarding docs


GitHub Repositories

https://github.com/prebid/prebid.github.io

Reservations

  • dev: Bret is using for GPID docs (Nov 18 2021)
  • stage: unused

To sync dev and stage to master

git checkout master git pull git checkout dev/stage

And then either:

git merge master -s recursive -Xtheirs

or

git mergetool