Skip to content

Feat(databases): new guide about kafka connectors#9391

Closed
OvhValentin wants to merge 3 commits into
developfrom
feat-databases-kafka-connectors
Closed

Feat(databases): new guide about kafka connectors#9391
OvhValentin wants to merge 3 commits into
developfrom
feat-databases-kafka-connectors

Conversation

@OvhValentin

Copy link
Copy Markdown
Contributor

What type of Pull Request is this?

  • New guide(s)
  • Index categories update

Description

Refer to SK-2572

Mandatory information

The translations in this Pull Request have been done using:

  • OVHcloud integrated translation LLM
  • Systran
  • Other tool (specify which tool was used)
  • This Pull Request didn't require any translation.
  • This Pull Request can be merged as soon as possible.
  • This Pull Request content should be replicated for the US OVHcloud documentation : YES/NO

@OvhValentin OvhValentin self-assigned this May 19, 2026
@OvhValentin OvhValentin marked this pull request as draft May 19, 2026 06:56
@OvhValentin OvhValentin added Guide creation The Pull Request contains at least 1 new guide (meta.yaml and index edition needed) Offer: Public Cloud The PR documents Public Cloud products: Compute, Containers, AI, DBaaS, Network, Storage, etc labels May 19, 2026
@OvhValentin OvhValentin marked this pull request as ready for review May 19, 2026 07:36
@bs-ovh bs-ovh self-assigned this May 19, 2026
@Y0Coss Y0Coss added the TO MIGRATE This PR needs to be ported to the new docs repo: https://github.com/ovh/ovhcloud-docs/ label May 26, 2026
@bs-ovh bs-ovh closed this May 29, 2026
@bs-ovh

bs-ovh commented May 29, 2026

Copy link
Copy Markdown
Collaborator

Now at: ovh/ovhcloud-docs#85

Y0Coss added a commit to ovh/ovhcloud-docs that referenced this pull request Jun 2, 2026
* docs(port): apply legacy PR #9391
Available connectors for Kafka Connect
Adds a new reference guide on
OVHcloud Managed Kafka Connect.
Hand-ported (EN + FR) under
public-cloud/databases/kafkaconnect-available-connectors.
Original-URL: ovh/docs#9391

* fix(docs): update weblinks

* docs: proofread #9391 Kafka Connect connectors and symlink all locales to EN

- EN: enrich SEO description, canonical Professional Services link phrasing, bump lastUpdated
- Symlink fr/de/es/it/pl/pt → en (guide English-only across all 7 locales, no translation planned)

* docs: restore French title on FR Kafka Connect connectors guide

FR is a real file (English body) with a French title + (EN) marker so
French readers see a localised title, instead of symlinking to en.

* docs: refresh external connector doc links to canonical URLs

Replace 15 redirecting links in the Kafka Connect connectors guide with
their current canonical targets, so links no longer rely on redirects:

- GitHub repo renames: aiven/* → Aiven-Open/* (http, jdbc, opensearch connectors)
- Confluent docs moved to /kafka-connectors/{elasticsearch,s3-sink}/current/
- MongoDB docs.mongodb.com → www.mongodb.com/docs
- Snowflake docs.snowflake.net → docs.snowflake.com
- Lenses.io connectors moved to /latest/connectors/kafka-connectors/{sinks,sources}/

Applied to en + fr (de/es/it/pl/pt inherit via symlink).

* fixes

* fix(billing): use bare community.ovhcloud.com link without locale suffix

* docs(public-cloud): bump lastUpdated on kafkaconnect-available-connectors

* chore(release): update changelog 2026.06.02 [skip ci]

* chore(release): update changelog 2026.06.02 [skip ci]

* fix(data-platform): restore clickable image links on Data Platform landing guide (#111)

The legacy guide made each landing card a link via an absolutely-positioned overlay
anchor defined in an inline <style> block. That block was dropped during migration,
so the cards rendered as empty zero-size anchors and the bare images only triggered
medium-zoom.

Rewrite the four cards as real <a> anchors (whole card is the link) with inline styles
and theme-aware colors. Add a `mediumZoom` selector option so images tagged
`className="no-zoom"` opt out of zoom and follow the link on click instead. The option
is additive and affects no existing images.

* chore(release): update changelog 2026.06.02 [skip ci]

* Adding KMS & Secret Manager to HDS & ISO27K lists (#90)

* Adding KMS & Secret Manager to HDS & ISO27K lists

* date update

* docs: add KMS and Secret Manager to HDS/ISO27k certification tables, collapse locales to symlinks

---------

Co-authored-by: Benoit Chuchla <benoit.chuchla@ovhcloud.com>

* docs(port): add OPCP Landing Zone Manager guide, align CloudStore terminology (#99)

* docs(port): add OPCP Landing Zone Manager guide, align CloudStore terminology

Port of legacy PR #9339 (OPCP - Landing Zone Manager).

- New guide: landing-zone-manager-create-user-account (EN+FR real, 5 locales symlinked to EN)
- CloudStore: rename "end users" to "Landing Zone Manager users" + add an L3-layer callout
- Convert 5 untranslated CloudStore EN-copies to symlinks for cross-locale consistency
- Add a "Landing Zone Manager" category to the OPCP sidebar

Original-URL: ovh/docs#9339
Original-author: @VincentCasse

* docs(opcp): proofread Landing Zone Manager guide and normalize community links

- Restore NBSP before colons in the FR guide (lost during the legacy port)

- Fix duplicated step heading: Step 3 is now "Share the first-login credentials"

- Resolve first-login modality conflict: password change is now stated as mandatory

- Use bare https://community.ovhcloud.com/ on all files (drop localized/legacy URL forms)

- Minor EN rewording, and bump lastUpdated to 2026-06-02

---------

Co-authored-by: Benoit Chuchla <benoit.chuchla@ovhcloud.com>

* chore(release): update changelog 2026.06.02 [skip ci]

* fix(links): resolve community to bare community.ovhcloud.com for all locales (#114)

Drop the /community/{locale} suffix so /links/community matches the bare URL used in guides.

* docs(port): restore missing OVHcloud CLI tabs on additional-disk guide (#113)

* docs(port): restore missing OVHcloud CLI tabs on additional-disk guide

The "Via the OVHcloud CLI" tab was missing from both the attach and
detach tab groups across all 7 locales. Legacy PR #9333 (2026-05-04)
added it, but the 2026-05-28 port only reconciled PR #9356, so the
CLI tabs were never carried over.

Restores the storage-block create/attach/detach commands and their
option/parameter tables, using the existing legacy translations per
locale. lastUpdated bumped to 2026-06-02.

Original-URL: ovh/docs#9333

* docs(port): fix CLI command syntax storage-block -> storage block

Per PR review: the OVHcloud CLI command group is "storage block"
(two words), not "storage-block". Applied to create/attach/detach
across all 7 locales.

* chore(release): update changelog 2026.06.02 [skip ci]

---------

Co-authored-by: bs-ovh <63296875+bs-ovh@users.noreply.github.com>
Co-authored-by: Benoit Chuchla <benoit.chuchla@ovhcloud.com>
Co-authored-by: jessica <jskajunior41@gmail.com>
Co-authored-by: gbarideau <130669353+gbarideau@users.noreply.github.com>
Co-authored-by: benchbzh <73875792+benchbzh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Guide creation The Pull Request contains at least 1 new guide (meta.yaml and index edition needed) Offer: Public Cloud The PR documents Public Cloud products: Compute, Containers, AI, DBaaS, Network, Storage, etc TO MIGRATE This PR needs to be ported to the new docs repo: https://github.com/ovh/ovhcloud-docs/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants