From 97770d792754a6fc2009f3023868d9962a79ad93 Mon Sep 17 00:00:00 2001 From: Luciano Fantone Date: Fri, 12 Jan 2024 15:55:07 +0100 Subject: [PATCH 1/3] docs(other-api/adapters): add remix-azure-functions to adapters (#8483) --- contributors.yml | 1 + docs/other-api/adapter.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/contributors.yml b/contributors.yml index 0f56787e20e..3040db5b6d7 100644 --- a/contributors.yml +++ b/contributors.yml @@ -347,6 +347,7 @@ - leoweigand - levippaul - LewisArdern +- lfantone - lifeiscontent - lili21 - lionotm diff --git a/docs/other-api/adapter.md b/docs/other-api/adapter.md index d3d4dd1a315..3a0484f4c6e 100644 --- a/docs/other-api/adapter.md +++ b/docs/other-api/adapter.md @@ -32,6 +32,7 @@ Each adapter has the same API. In the future we may have helpers specific to the - [`@vercel/remix`][vercel-remix] - For [Vercel][vercel]. - [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions. - [`partymix`][partymix] - For [PartyKit][partykit]. +- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and [Azure Static Web Apps][azure-static-web-apps]. ## Creating an Adapter @@ -152,3 +153,6 @@ addEventListener("fetch", (event) => { [vercel]: https://vercel.com [partykit]: https://partykit.io [partymix]: https://github.com/partykit/partykit/tree/main/packages/partymix +[remix-azure-functions]: https://github.com/scandinavianairlines/remix-azure-functions +[azure-functions]: https://azure.microsoft.com/en-us/products/functions/ +[azure-staticwebapps]: https://azure.microsoft.com/en-us/products/app-service/static From 0c97f7bd5f30daeb41225ce0552257b24058bfcb Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Fri, 12 Jan 2024 14:56:33 +0000 Subject: [PATCH 2/3] chore: format --- docs/other-api/adapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other-api/adapter.md b/docs/other-api/adapter.md index 3a0484f4c6e..2c0c1c89299 100644 --- a/docs/other-api/adapter.md +++ b/docs/other-api/adapter.md @@ -32,7 +32,7 @@ Each adapter has the same API. In the future we may have helpers specific to the - [`@vercel/remix`][vercel-remix] - For [Vercel][vercel]. - [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions. - [`partymix`][partymix] - For [PartyKit][partykit]. -- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and [Azure Static Web Apps][azure-static-web-apps]. +- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and \[Azure Static Web Apps]\[azure-static-web-apps]. ## Creating an Adapter From c43d2943e833297374424d9a9060a340f7a23ab6 Mon Sep 17 00:00:00 2001 From: Fede Ratier Date: Fri, 12 Jan 2024 19:34:04 +0200 Subject: [PATCH 3/3] docs(other-api/adapters): fix link remix-azure-functions to adapters (#8501) --- contributors.yml | 1 + docs/other-api/adapter.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contributors.yml b/contributors.yml index 3040db5b6d7..b08baf53af1 100644 --- a/contributors.yml +++ b/contributors.yml @@ -171,6 +171,7 @@ - exegeteio - F3n67u - fayez-nazzal +- fede - federicoestevez - fergusmeiklejohn - fernandojbf diff --git a/docs/other-api/adapter.md b/docs/other-api/adapter.md index 2c0c1c89299..264d0790c05 100644 --- a/docs/other-api/adapter.md +++ b/docs/other-api/adapter.md @@ -32,7 +32,7 @@ Each adapter has the same API. In the future we may have helpers specific to the - [`@vercel/remix`][vercel-remix] - For [Vercel][vercel]. - [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions. - [`partymix`][partymix] - For [PartyKit][partykit]. -- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and \[Azure Static Web Apps]\[azure-static-web-apps]. +- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and [Azure Static Web Apps][azure-static-web-apps]. ## Creating an Adapter @@ -155,4 +155,4 @@ addEventListener("fetch", (event) => { [partymix]: https://github.com/partykit/partykit/tree/main/packages/partymix [remix-azure-functions]: https://github.com/scandinavianairlines/remix-azure-functions [azure-functions]: https://azure.microsoft.com/en-us/products/functions/ -[azure-staticwebapps]: https://azure.microsoft.com/en-us/products/app-service/static +[azure-static-web-apps]: https://azure.microsoft.com/en-us/products/app-service/static