From 1113d42a3194f39c09015fea36cc0a4e36fe31c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=F0=9F=93=8A=20Vincent=20?= =?UTF-8?q?Amstoutz?= Date: Fri, 19 Dec 2025 16:28:21 +0100 Subject: [PATCH 1/2] fix(core/bootstrap): note formatting --- core/bootstrap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/bootstrap.md b/core/bootstrap.md index 89331af4a95..9ff7f2d5875 100644 --- a/core/bootstrap.md +++ b/core/bootstrap.md @@ -3,7 +3,8 @@ You may want to run a minimal version of API Platform. This one file runs API Platform (without GraphQL, Eloquent, Doctrine MongoDB...). It requires the following Composer packages: -> [!NOTE] This documentation is a work in progress we're working on improving it, in the mean time +> [!NOTE] +> This documentation is a work in progress we're working on improving it, in the mean time > we declare most of the services manually in the > [ApiPlatformProvider](https://github.com/api-platform/core/blob/64768a6a5b480e1b8e33c639fb28b27883c69b79/src/Laravel/ApiPlatformProvider.php) > it can be source of inspiration. From 8d86d13efdfe2d396f59fd3d6ea1194dbafa0bd4 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:55:17 +0100 Subject: [PATCH 2/2] fix(core/bootstrap): use correct GitHub alert syntax with empty line separator (#2236) * Initial plan * fix: apply prettier formatting to bootstrap.md Co-authored-by: vinceAmstoutz <46444652+vinceAmstoutz@users.noreply.github.com> * fix: use correct GitHub alert syntax with empty line separator Co-authored-by: vinceAmstoutz <46444652+vinceAmstoutz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vinceAmstoutz <46444652+vinceAmstoutz@users.noreply.github.com> --- core/bootstrap.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/bootstrap.md b/core/bootstrap.md index 9ff7f2d5875..5e65f9cbe7a 100644 --- a/core/bootstrap.md +++ b/core/bootstrap.md @@ -4,8 +4,9 @@ You may want to run a minimal version of API Platform. This one file runs API Pl GraphQL, Eloquent, Doctrine MongoDB...). It requires the following Composer packages: > [!NOTE] -> This documentation is a work in progress we're working on improving it, in the mean time -> we declare most of the services manually in the +> +> This documentation is a work in progress we're working on improving it, in the mean time we +> declare most of the services manually in the > [ApiPlatformProvider](https://github.com/api-platform/core/blob/64768a6a5b480e1b8e33c639fb28b27883c69b79/src/Laravel/ApiPlatformProvider.php) > it can be source of inspiration.