Skip to content

Commit

Permalink
Merge pull request #115 from jci-metasys/welch/publish-v5-spec
Browse files Browse the repository at this point in the history
publish version 5.369 of the spec, first v5 published version
  • Loading branch information
michaelgwelch authored Jun 17, 2024
2 parents 47e4294 + e1cb0dc commit de7c5f3
Show file tree
Hide file tree
Showing 4 changed files with 5,409 additions and 66 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.1.3
- image: cimg/ruby:3.1.3

working_directory: ~/repo

Expand All @@ -29,9 +29,9 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "Gemfile.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- v1-dependencies-{{ checksum "Gemfile.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run:
name: Post Preview Build Url
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
if (urlParts.length < 2) return;
const last = urlParts[urlParts.length - 1];
if (last == 'v4') {
if (last == 'v4' || last == 'v5') {
e.originalEvent.currentTarget.href = current + ".html";
return;
}
Expand All @@ -96,6 +96,3 @@ jobs:
command: |
sudo apt-get install jq
.circleci/post-comment.sh $GH_USER $GH_TOKEN jci-metasys api-landing ${CIRCLE_PULL_REQUEST##*/} $CIRCLE_WORKFLOW_JOB_ID
8 changes: 7 additions & 1 deletion _data/default/cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
# icon: 'fa fa-paper-plane'
# url: 'guides/quickstart/'

- title: 'REST API'
- title: 'REST API v5'
intro: 'Browse the documentation of the REST API (version 5).'
color: 'blue'
icon: 'fa fa-file-alt'
url: 'api/v5'

- title: 'REST API v4'
intro: 'Browse the documentation of the REST API (version 4).'
color: 'blue'
icon: 'fa fa-file-alt'
Expand Down
Loading

0 comments on commit de7c5f3

Please sign in to comment.