Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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 docs/custom_theme/assets/javascripts/custom_theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function displayLatestWarning(){
}

function makeImagesZoomable(){
$('img').each(function (index, value){
$(':not(a) > img').each(function (index, value){
$(this).zoomify();
});
}
4 changes: 3 additions & 1 deletion docs/global/Postman.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Click the button to import our collection of API examples to [Postman](https://www.getpostman.com/).

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/92e3da11d1769ce7e667))
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/92e3da11d1769ce7e667)

or [download the raw collection JSON from our doc site](/postman/92e3da11d1769ce7e667.json).
Comment thread
NicolasMassart marked this conversation as resolved.
Outdated
Loading