Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions .github/workflows/validate-docs.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# This workflow will check if the incoming pull request includes any broken links

name: Check for dead links
name: Docs validation

on:
pull_request:
branches: [main, 'v/*']
workflow_dispatch:

jobs:
check-links:
validate-docs:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Check for broken internal links
run: |
npm i
npm run-script check-links-local
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Validate Docs
uses: hazelcast/hazelcast-docs-tools/.github/actions/validate-docs@actions/v1
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/test/
/build/
.DS_Store
package-lock.json
.idea/
*.iml
# Eclipse IDE
Expand Down
33 changes: 0 additions & 33 deletions antora-playbook-local.yml

This file was deleted.

39 changes: 14 additions & 25 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,20 @@ site:
url: https://eclectic-sawine-19fcf1.netlify.app
start_page: clc::overview.adoc
robots: disallow
keys:
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
content:
sources:
- url: .
branches: HEAD
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
# keys:
# docsearch_id: 'QK2EAH8GB0'
# docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
# docsearch_index: 'prod_hazelcast_docs'
#content:
# sources:
# - url: .
# branches: HEAD
# 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
asciidoc:
attributes:
# Download images from kroki at build time (does not work for inline images)
kroki-fetch-diagram: true
# Inlude next and previous links on each page
page-pagination: true
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
hazelcast-cloud: Cloud
extensions:
- ./docs-tabs-library/tabs-block.js
- ./node_modules/hazelcast-docs-tools/antora-macro/tabs-block.js
- asciidoctor-kroki
27 changes: 0 additions & 27 deletions check-links-playbook.yml

This file was deleted.

80 changes: 0 additions & 80 deletions docs-tabs-library/tabs-block.js

This file was deleted.

Loading