Skip to content

Commit

Permalink
Merge pull request #119 from bubble1001/master
Browse files Browse the repository at this point in the history
fix: #118
  • Loading branch information
ar2rsawseen committed Aug 30, 2023
2 parents e316bea + e1309fc commit 3559635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,9 @@ exports.publish = function(taffyData, opts, tutorials) {
}
data().each(function(doclet) {
var url = helper.createLink(doclet);
if (docdash.noURLEncode) {
url = decodeURI(url);
}
helper.registerLink(doclet.longname, url);

// add a shortened version of the full path
Expand Down

0 comments on commit 3559635

Please sign in to comment.