Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 16, 2024
2 parents 055e8e0 + 2baf578 commit 931ca15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/documents/external-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ to include multiple documents.
```jsonc
// typedoc.json
{
"projectDocuments": ["documents/*.md"]
"projectDocuments": ["documents/*.md"],
}
```

Expand Down Expand Up @@ -88,6 +88,5 @@ Documents may also include `{@link}` inline tags, which will be resolved as
[declaration references](https://typedoc.org/guides/declaration-references/) by
TypeDoc.


[this page]: https://github.com/TypeStrong/typedoc/blob/master/example/src/documents/external-markdown.md
[projectDocuments]: https://typedoc.org/options/input/#projectdocuments

0 comments on commit 931ca15

Please sign in to comment.