From fea1630bf2b8b5f4cb69c2904bae70573ab17190 Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Tue, 14 Jan 2025 11:55:44 +0100 Subject: [PATCH] docs(extra): link to API Platform docs in contrib guide --- extra/contribution-guides.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/contribution-guides.md b/extra/contribution-guides.md index c9d6e33b947..7c9c9a20502 100644 --- a/extra/contribution-guides.md +++ b/extra/contribution-guides.md @@ -2,7 +2,10 @@ ## API Platform Core - [General Contribution Guide](https://github.com/api-platform/core/blob/main/CONTRIBUTING.md) -- [Laravel-Specific Contribution Guide](https://github.com/api-platform/core/blob/main/src/Laravel/CONTRIBUTING.md) +- [Laravel-Specific Contribution Guide](https://github.com/api-platform/core/blob/main/src/Laravel/CONTRIBUTING.md) + +## API Platform Documentation +- [General Contribution Guide](https://github.com/api-platform/docs/blob/main/CONTRIBUTING.md) ## API Platform Tools - [Schema Generator Contribution Guide](https://github.com/api-platform/schema-generator/blob/main/CONTRIBUTING.md)