Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if (urlParts.length < 2) return;

const last = urlParts[urlParts.length - 1];
if (last == 'v4' || last == 'v5') {
if (last == 'v4' || last == 'v5' || last == 'v6') {
e.originalEvent.currentTarget.href = current + ".html";
return;
}
Expand Down
6 changes: 6 additions & 0 deletions _data/default/cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
# icon: 'fa fa-paper-plane'
# url: 'guides/quickstart/'

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

- title: 'REST API v5'
intro: 'Browse the documentation of the REST API (version 5).'
color: 'blue'
Expand Down
Loading