Skip to content

Commit

Permalink
Dead links checker fix (#29)
Browse files Browse the repository at this point in the history
- change the latest supported MC version to 5.5 to unify with other
repos
- add all necessary repos to the links checker playbook
  • Loading branch information
fantkolja authored Sep 9, 2024
1 parent e2c20ca commit bfce282
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 5 deletions.
139 changes: 136 additions & 3 deletions check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,145 @@ site:
title: Documentation
url: http:localhost:5000
content:
sources:
sources:
- url: .
branches: HEAD
start_path: docs

ui:
- url: https://github.com/hazelcast/hz-docs
branches: [main, v/5.5]
start_path: docs
- url: https://github.com/hazelcast/hazelcast-docs
branches: [main]
start_paths: [home,tutorials]
- url: https://github.com/hazelcast/imdg-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast/management-center-docs
branches: [main, v/5.5]
start_path: docs
- url: https://github.com/hazelcast/cloud-docs
branches: [main]
start_paths: [docs, tutorials]
- url: https://github.com/hazelcast/hazelcast-platform-operator-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast-guides/sql_stock_ticker_cloud
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/client-failover
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/spring-boot-sample
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/serverless-fraud-detection
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/write-through-cache-mongodb-mapstore
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/standard-deviation-parallel-processing
branches: master
start_paths: docs
- url: https://github.com/hazelcast-guides/stream-to-stream-joins
branches: master
start_paths: docs
- url: https://github.com/hazelcast/hazelcast-cloud-maven-plugin
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/adoc-templates.git
branches: antora-doc
- url: https://github.com/hazelcast-guides/caching-springboot-jcache
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-embedded-springboot
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/springboot-hibernate
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hibernate-jcache
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/istio
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/caching-micronaut
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-embedded
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-embedded-microprofile
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-client-quarkus
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/springboot-webfilter-session-replication
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/caching-springboot
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/ecs-embedded
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/springboot-tomcat-session-replication
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/terraform-quickstarts
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-external-client
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/active-directory-authentication
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-sidecar
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-hpa
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-ssl
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes-wan
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kubernetes
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/spring-session-hazelcast
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/ec2-cluster
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/linkerd
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/consul
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/nodejs-client-getting-started
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/go-client-getting-started
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/openfaas-hz-client
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-expose-externally
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore
branches: master
start_path: docs
ui:
bundle:
url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip
snapshot: true
Expand Down
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start_page: overview.adoc
version: '5.4.1'
# Version in the version selector (we display only the latest major.minor version)
display_version: '5.4.1'
# Displays a banner to inform users that this is a prerelease version
# Displays a banner to inform users that this is a prerelease version
prerelease: false
asciidoc:
attributes:
Expand All @@ -17,6 +17,6 @@ asciidoc:
page-toclevels: 3@
# Required Go version for build
go-version: 1.21
page-latest-supported-mc: '6.0-snapshot'
page-latest-supported-mc: '5.6-snapshot'
nav:
- modules/ROOT/nav.adoc

0 comments on commit bfce282

Please sign in to comment.