Skip to content

Commit

Permalink
Cleanup unnecessary files (#97)
Browse files Browse the repository at this point in the history
# Description of change

No need to push IDE files 
The file `ay-Fl` was also probably added by mistake
  • Loading branch information
fantkolja authored Jan 14, 2025
1 parent 4677fbc commit 0c6cd87
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 510 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main
with:
check-links-loader-log-level: debug
orphan-checker-log-failure-level: skip
orphan-checker-directory: tutorials
2 changes: 0 additions & 2 deletions .vscode/settings.json

This file was deleted.

8 changes: 4 additions & 4 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
site:
title: Documentation (with Kapa)
url: http:localhost:5000
start_page: flow::index.adoc
start_page: flow:ROOT:index.adoc
robots: disallow
keys:
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
ai_search_id: 'ad664bf0-07e2-42e7-9150-2e1b04b15cca'
ai_search_id: 'ad664bf0-07e2-42e7-9150-2e1b04b15cca'
content:
sources:
sources:
- url: .
branches: HEAD
start_path: docs
ui:
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
8 changes: 4 additions & 4 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ site:
title: Hazelcast Flow
url: https://silly-otter-82acc9.netlify.app/
robots: disallow
start_page: flow:index.adoc
start_page: flow:ROOT:index.adoc
keys:
google_analytics: 'GTM-MQ59XD6'
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
ai_search_id: 'ad664bf0-07e2-42e7-9150-2e1b04b15cca'
ai_search_id: 'ad664bf0-07e2-42e7-9150-2e1b04b15cca'
content:
sources:
sources:
- url: .
branches: HEAD
start_path: docs
ui:
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
Loading

0 comments on commit 0c6cd87

Please sign in to comment.