-
-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged
Description
Search Terms
external internal links hostedBaseUrl
Problem
When generating a link to hostedBaseUrl
(that is, to self), TypeDoc generates “external” links, that is, absolute links with target="_blank"
, and with “external” icon.
Steps to reproduce:
- Check out test project https://github.com/aleksei-berezkin/typedoc-test-project
- run
npm run typedoc
to generate docs - run
npm run serve
- Open the link to
localhost
in the browser - Check the “Test link” in README — it's rendered as an external link and opens in the new browser tab
- Check the “test link” in
TestInterface
— also rendered external
Suggested Solution
Generate links pointing to hostedBaseUrl
as “internal” links, i.e. relative (by default), without “external” icon, without target="_blank"
.
Metadata
Metadata
Assignees
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged