Skip to content

Commit

Permalink
Revert "fix(dgeni): API doc link URLs missing docs prefix (#2876)" (#…
Browse files Browse the repository at this point in the history
…2882)

This reverts commit 489ed7c.
  • Loading branch information
griest024 committed Jun 18, 2024
1 parent bea169f commit 23ed32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dgeni/src/transforms/daffodil-api-package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const apiDocs = new Package('checkout', [
});
computePathsProcessor.pathTemplates.push({
docTypes: EXPORT_DOC_TYPES,
pathTemplate: 'docs/${moduleDoc.moduleFolder}/${name}',
pathTemplate: '${moduleDoc.moduleFolder}/${name}',
outputPathTemplate: '${moduleDoc.moduleFolder}/${safeName}.json',
});
})
Expand Down

0 comments on commit 23ed32b

Please sign in to comment.