hazelcast / hazelcast-platform-operator-docs

Source content for the Kubernetes Operator of Hazelcast Platform (Enterprise)
3 stars 13 forks source link

Fix WN link by updating latest supported versions #231

Closed oliverhowell closed 3 weeks ago

oliverhowell commented 2 months ago

From comparison with MC, we need x.y only.

Currently, link in What's New page (https://docs.hazelcast.com/operator/5.13/whats-new) is broken - points to https://docs.hazelcast.com/operator/5.13/whats-new#5.5.0@hazelcast:ROOT:whats-new.adoc

netlify[bot] commented 2 months ago

Deploy Preview for pedantic-goldberg-f76ec1 ready!

Name Link
Latest commit e7306f46256318400a2610d91bf9b0aaab20987b
Latest deploy log https://app.netlify.com/sites/pedantic-goldberg-f76ec1/deploys/66b0c4062ebedb00081ba322
Deploy Preview https://deploy-preview-231--pedantic-goldberg-f76ec1.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

fantkolja commented 3 weeks ago

In order to fix the link-checker you probably should modify check-links-playbook.yml to something like

 - url: https://github.com/hazelcast/hz-docs
    branches: [main, v/5.5]
    start_path: docs
  - url: https://github.com/hazelcast/imdg-docs
    branches: [v/*]
    start_path: docs
  - url: https://github.com/hazelcast/management-center-docs
    branches: [main, v/5.5]
    start_path: docs
oliverhowell commented 3 weeks ago

Thanks, raised https://github.com/hazelcast/hazelcast-platform-operator-docs/pull/243