From 1ce3c7651ffaa96529fc0a610d46a16f4cf8d400 Mon Sep 17 00:00:00 2001 From: protobuf-ci-cd Date: Thu, 10 Jul 2025 15:13:43 +0200 Subject: [PATCH] fix(documentdb): delete nightly documentdb --- .github/CODEOWNERS | 1 - .github/workflows/nightly.yml | 1 - README.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0006b41cd6..7609f1dfb8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,6 @@ /internal/namespaces/cockpit/ @scaleway/devtools-dms /internal/namespaces/config/ @scaleway/devtools /internal/namespaces/container/ @scaleway/devtools-compute -/internal/namespaces/documentdb/ @scaleway/devtools-dms /internal/namespaces/domain/ @scaleway/devtools-dms /internal/namespaces/feedback/ @scaleway/devtools /internal/namespaces/flexibleip/ @scaleway/devtools-network diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 477527c8bc..ee8a91dc88 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,7 +19,6 @@ jobs: - cockpit - container - dedibox - - documentdb - domain - edge_services - flexibleip diff --git a/README.md b/README.md index 3d603a2fd8..ba4fb555df 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,6 @@ To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment. | `cockpit` | Cockpit API | [CLI](./docs/commands/cockpit.md) / [API](https://www.scaleway.com/en/developers/api/cockpit/) | | `config` | Config file management | [CLI](./docs/commands/config.md) | | `container` | Serverless Container API | [CLI](./docs/commands/container.md) / [API](https://www.scaleway.com/en/developers/api/serverless-containers/) | -| `documentdb` | DocumentDB API | [CLI](./docs/commands/document-db.md) | | `dns` | DNS API | [CLI](./docs/commands/dns.md) / [API](https://www.scaleway.com/en/developers/api/domains-and-dns/) | | `feedback` | Send feedback to the Scaleway CLI Team! | [CLI](./docs/commands/feedback.md) | | `flexibleip` | Flexible IP API | [CLI](./docs/commands/fip.md) / [API](https://www.scaleway.com/en/developers/api/elastic-metal-flexible-ip/) |