Skip to content

Commit 7f1190d

Browse files
authored
Update developers documentation (#1764)
1 parent e31ea2e commit 7f1190d

12 files changed

+10
-419
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ and verify response status is `200 OK`.
9696
- [Adding new bidder](https://docs.prebid.org/prebid-server/developers/add-new-bidder-java.html)
9797
- [Adding new analytics module](https://docs.prebid.org/prebid-server/developers/pbs-build-an-analytics-adapter.html#adding-an-analytics-adapter-in-pbs-java)
9898
- [Adding viewability support](docs/developers/add-viewability-vendors.md)
99-
- [Auction result post-processing](docs/developers/auction-result-post-processing.md)
99+
- [Auction result post-processing](docs/auction-result-post-processing.md)
100100
- [Cookie Syncs](https://docs.prebid.org/prebid-server/developers/pbs-cookie-sync.html)
101101
- [Stored Requests](docs/developers/stored-requests.md)
102102
- [Unit Tests](docs/developers/unit-tests.md)
103-
- [GDPR](docs/developers/gdpr.md)
103+
- [GDPR](docs/gdpr.md)
104104

105105
## Maintenance
106106
- [Build for local](docs/build.md)
@@ -112,7 +112,7 @@ and verify response status is `200 OK`.
112112
- [Metrics](docs/metrics.md)
113113

114114
## Contributing
115-
- [Contributing](docs/contributing.md)
116-
- [Code Style](docs/code-style.md)
117-
- [Code Review](docs/code-reviews.md)
118-
- [Versioning](docs/versioning.md)
115+
- [Contributing](docs/developers/contributing.md)
116+
- [Code Style](docs/developers/code-style.md)
117+
- [Code Review](docs/developers/code-reviews.md)
118+
- [Versioning](docs/developers/versioning.md)

Diff for: docs/developers/add-viewability-vendors.md

-11
This file was deleted.
File renamed without changes.

Diff for: docs/code-style.md renamed to docs/developers/code-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ individuals.
55

66
## Automated code style check
77

8-
The [pom.xml](../pom.xml) is configured to enforce a coding style defined in [checkstyle.xml](../checkstyle.xml) when
8+
The [pom.xml](../../pom.xml) is configured to enforce a coding style defined in [checkstyle.xml](../../checkstyle.xml) when
99
maven `validate` phase executed.
1010

1111
## Formatting

Diff for: docs/contributing.md renamed to docs/developers/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Documentation for the project is stored in the [docs]() directory. If your featu
2424
those updates must be submitted in the same Pull Request as the code changes.
2525

2626
- [docs/endpoints](endpoints) describes the Prebid Server API. For example, the endpoint `host:port/openrtb2/auction` is described by [docs/endpoints/openrtb2/auction.md](endpoints/openrtb2/auction.md)
27-
- [docs/developers](developers) contains docs intended for Developers. These assume that the reader is technical, and describe the mechanics of features.
27+
- [docs/developers]() contains docs intended for Developers. These assume that the reader is technical, and describe the mechanics of features.
2828

2929
## Open a Pull Request
3030

Diff for: docs/developers/cookie-syncs.md

-37
This file was deleted.

Diff for: docs/developers/default-request.md

-29
This file was deleted.

0 commit comments

Comments
 (0)