Skip to content

Commit

Permalink
Merge pull request #322 from hazelcast/upd-creds
Browse files Browse the repository at this point in the history
Update validate.yml
  • Loading branch information
Serdaro authored Sep 12, 2023
2 parents a7c1f71 + ccaac0a commit 9062670
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 61 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: 16
- name: Check for broken internal links
env:
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS2 }}
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS_MC }}
run: |
npm i
npm run-script check-links-local
npm run-script check-links-local
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ To preview changes, all pull requests are made to the `develop` branch. When the

To make it easy for users to find and bookmark the latest content, we use the following aliases:

- `latest`: The latest stable version
- `latest-dev`: The latest development version
- `latest`: The latest stable version.
- `latest-dev`: The latest development version.

These aliases are configured in the `_redirects` file, which Netlify uses to redirect to their actual versioned content.

Expand Down
114 changes: 57 additions & 57 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ content:
- url: https://github.com/hazelcast-guides/serverless-trade-monitor-dashboard
branches: master
start_path: docs
- url: https://github.com/hazelcast/management-center
branches: [master]
start_path: src/openapi/external
- url: https://github.com/hazelcast/management-center
branches: [5.1.z, 5.2.z, 5.3.0]
start_path: openapi/external
# - url: https://github.com/hazelcast/management-center
# branches: [master]
# start_path: src/openapi/external
# - url: https://github.com/hazelcast/management-center
# branches: [5.1.z, 5.2.z, 5.3.0]
# start_path: openapi/external
- url: https://github.com/hazelcast-guides/csharp-client-getting-started
branches: master
start_path: docs
Expand Down Expand Up @@ -216,57 +216,57 @@ ui:
antora:
extensions:
- require: '@djencks/antora-aggregate-collector'
trace: true
componentversions:
- name: management-center
version: '5.4-snapshot'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/hazelcast/management-center'
branch:
includes:
- 'master'
- name: management-center
version: '5.3'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/hazelcast/management-center'
branch:
includes:
- '5.3.0'
- name: management-center
version: '5.2'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/hazelcast/management-center'
branch:
includes:
- '5.2.z'
- name: management-center
version: '5.1'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/hazelcast/management-center'
branch:
includes:
- '5.1.z'
# - require: '@djencks/antora-aggregate-collector'
# trace: true
# componentversions:
# - name: management-center
# version: '5.4-snapshot'
# mappings:
# - module: integrate
# family: attachment
# origin:
# url:
# include:
# - '**/hazelcast/management-center'
# branch:
# includes:
# - 'master'
# - name: management-center
# version: '5.3'
# mappings:
# - module: integrate
# family: attachment
# origin:
# url:
# include:
# - '**/hazelcast/management-center'
# branch:
# includes:
# - '5.3.0'
# - name: management-center
# version: '5.2'
# mappings:
# - module: integrate
# family: attachment
# origin:
# url:
# include:
# - '**/hazelcast/management-center'
# branch:
# includes:
# - '5.2.z'
# - name: management-center
# version: '5.1'
# mappings:
# - module: integrate
# family: attachment
# origin:
# url:
# include:
# - '**/hazelcast/management-center'
# branch:
# includes:
# - '5.1.z'
- require: ./lib/api_json.js
tags:
- Favorites
Expand Down

0 comments on commit 9062670

Please sign in to comment.