From cb7f4683c0ed91907a92ccc1de6b9766712140fa Mon Sep 17 00:00:00 2001 From: Rachel-nas <77396432+Rachel-nas@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:36:28 +0100 Subject: [PATCH 1/2] typo correction in networking and IP adresses ranges (#512) ## Describe your PR _I just fixed the oven by two, because there are no longer 4 but 2 IP ranges_ ## Checklist - [ ] My PR is related to an opened issue : # - [x] I've read the [contributing guidelines](/CleverCloud/documentation/blob/main/CONTRIBUTING.md) ## Reviewers _Who should review these changes?_ @CleverCloud/reviewers Co-authored-by: Rachel Nascimento --- content/doc/administrate/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/administrate/network.md b/content/doc/administrate/network.md index 279778115..a4f7ac1f6 100644 --- a/content/doc/administrate/network.md +++ b/content/doc/administrate/network.md @@ -55,7 +55,7 @@ If you are interested, please ask the support / your sales contact for a quote. The Paris region is owned and handled by Clever Cloud. We own or entrust the associated AS's and IP addresses ranges. -Here are the current four addresses ranges your application may have an outgoing IP in: +Here are the current two addresses ranges your application may have an outgoing IP in: - 91.208.207.0/24 - 185.133.116.0/22 From 9e53d56e736458478283f72fc836f0036dc6445b Mon Sep 17 00:00:00 2001 From: Julia March <101819212+juliamrch@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:46:28 +0900 Subject: [PATCH 2/2] Update external-doc-update.yml --- .github/workflows/external-doc-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/external-doc-update.yml b/.github/workflows/external-doc-update.yml index 68e351b7a..7fe7a04da 100644 --- a/.github/workflows/external-doc-update.yml +++ b/.github/workflows/external-doc-update.yml @@ -31,6 +31,7 @@ jobs: with: files: | content/guides/astro.md + context/guides/nuxt.md # Create issue and assign PR author - name: Create issue