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

DOC-305: orphan pages detector #428

Draft
wants to merge 55 commits into
base: main
Choose a base branch
from

Conversation

fantkolja
Copy link
Contributor

Implements https://hazelcast.atlassian.net/browse/DOC-305

Please note, we probably can close https://hazelcast.atlassian.net/browse/DOC-304 if this implementation is OK

Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for frosty-curran-1fc0c4 failed. Why did it fail? →

Name Link
🔨 Latest commit 7d7acf1
🔍 Latest deploy log https://app.netlify.com/sites/frosty-curran-1fc0c4/deploys/67605518f1648d000857eae1

@@ -15,3 +15,6 @@ jobs:
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main
- name: Check orphan pages
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit - not sure if neccesary.

@@ -15,3 +15,6 @@ jobs:
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main
- name: Check orphan pages
shell: bash
run: npm run check-orphan-pages
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to install a specific version of node?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants