Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global antora file #386

Merged
merged 54 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
a628b9d
latest supported platform
fantkolja Sep 2, 2024
fbbca51
include version branches
fantkolja Sep 2, 2024
ddbf816
include version branches
fantkolja Sep 2, 2024
0e16ef5
include version branches
fantkolja Sep 2, 2024
e68fc68
include version branches
fantkolja Sep 2, 2024
72d8482
correct 5.5. version MC
fantkolja Sep 2, 2024
40ddbe9
correct 5.5. version MC
fantkolja Sep 2, 2024
b46319d
Merge branch 'hazelcast:main' into main
fantkolja Sep 2, 2024
aba5cb0
Merge branch 'hazelcast:main' into main
fantkolja Sep 4, 2024
b935a50
Merge branch 'hazelcast:main' into main
fantkolja Sep 10, 2024
603c385
Merge branch 'hazelcast:main' into main
fantkolja Oct 16, 2024
872a006
add tg bot
fantkolja Oct 16, 2024
af8e3b4
Merge branch 'main' into feature/global-antora-file
fantkolja Oct 16, 2024
5cf206d
global check-links
fantkolja Oct 16, 2024
cc0381c
global check-links
fantkolja Oct 16, 2024
81f921c
global check-links
fantkolja Oct 16, 2024
345e7d3
global check-links
fantkolja Oct 16, 2024
e24c9f7
global check-links
fantkolja Oct 16, 2024
fad37e2
add check-links script
fantkolja Oct 22, 2024
daa7290
add check-links script
fantkolja Oct 22, 2024
7333de6
Merge branch 'main' into feature/global-antora-file
fantkolja Oct 22, 2024
0825b5a
add check-links script
fantkolja Oct 22, 2024
f1c8a85
Merge branch 'feature/global-antora-file' of github.com:fantkolja/man…
fantkolja Oct 22, 2024
1bc7426
add decline allow btns
fantkolja Oct 23, 2024
fd89213
add check-links script
fantkolja Oct 29, 2024
6c4c950
add check-links script
fantkolja Oct 29, 2024
c4c5dac
refactor
fantkolja Nov 13, 2024
5131589
refactor
fantkolja Nov 13, 2024
3783e5d
refactor
fantkolja Nov 13, 2024
53ef7b5
refactor
fantkolja Nov 13, 2024
3fb1949
refactor
fantkolja Nov 13, 2024
c89e05e
refactor
fantkolja Nov 14, 2024
68753f3
refactor
fantkolja Nov 14, 2024
b3bf74b
refactor
fantkolja Nov 14, 2024
213cf73
refactor
fantkolja Nov 14, 2024
0e4097f
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
eaa101d
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
8d3abf5
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
f493ec9
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
a9cb2d5
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
afe9b17
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
a13c98a
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
65e8f39
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
febdeb1
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
d590e4e
add reusable parts for global check-links across docs repos
fantkolja Nov 14, 2024
9414a5e
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
8e2aa83
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
c9e97f5
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
ddd09f4
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
edfe18b
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
08188bc
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
ab9fb67
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
2cb5938
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
d3dca0e
add reusable parts for global check-links across docs repos
fantkolja Nov 15, 2024
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
23 changes: 13 additions & 10 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This workflow will check if the incoming pull request includes any broken links

name: Check for dead links

on:
Expand All @@ -13,11 +11,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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: Checkout Actions
uses: actions/checkout@v4
with:
repository: hazelcast/hazelcast-docs
sparse-checkout: |
.github/actions/validate/action.yml
sparse-checkout-cone-mode: false
path: common-action
ref: main
- name: Check dead links
uses: ./common-action/.github/actions/validate
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
/node_modules/
/test/
.idea/
package-lock.json
.gradle
.project
.settings
.vscode
.cache
/build/
/build/
168 changes: 0 additions & 168 deletions check-links-playbook.yml

This file was deleted.

Loading
Loading