Skip to content

Commit

Permalink
Fixed API Root menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
zziger committed Jun 23, 2023
1 parent 5b18fcf commit 08a3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/js-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default function typedocApiPlugin(
removeScopes,
changelogs,
options.sortSidebar,
'/' + options.routeBasePath,
'/' + options.routeBasePath + (metadata.isLast ? '' : ('/' + metadata.versionName)),
options.rootEntryName
),
};
Expand Down

0 comments on commit 08a3484

Please sign in to comment.