Skip to content

Commit

Permalink
Merge pull request #514 from boneskull/boneskull/issue471
Browse files Browse the repository at this point in the history
fix: generate packages.md even if groups used
  • Loading branch information
tgreyuk authored Nov 29, 2023
2 parents 09d0c8d + 9185625 commit 766b388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typedoc-plugin-markdown/src/theme/urls-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export class UrlsContext {
*/
getUrls(): UrlMapping[] {
const isPackages =
this.options.entryPointStrategy === EntryPointStrategy.Packages &&
!Boolean(this.project.groups);
this.options.entryPointStrategy === EntryPointStrategy.Packages;

const entryFileName = this.options.entryFileName as string;

Expand Down

0 comments on commit 766b388

Please sign in to comment.