Difference between revisions of "Prebid Docs Taskforce"
Jump to navigation
Jump to search
| Line 22: | Line 22: | ||
[[Category:Prebid Project Management Committees|Prebid Docs]] | [[Category:Prebid Project Management Committees|Prebid Docs]] | ||
| + | |||
| + | == 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 | ||
Revision as of 16:18, 18 November 2021
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
- consider additional metadata enforcements
- label cleanup
- auto-merging of approved PRs
- regular 404 checks
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