Skip to content

Commit

Permalink
feat(platform): link history-time-to-live to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 23, 2024
1 parent f297655 commit 52c3eff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/utils/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export function getDocumentationUrl(rule) {
return getUrl('message-reference');
}

if (rule === 'camunda-compat/history-time-to-live') {
return getUrl('history-time-to-live');
}

return null;
}

Expand Down

0 comments on commit 52c3eff

Please sign in to comment.