An option to treat sidebar link as external #246
mutantcornholio
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have a following setup: some docs are generated by
vocs, but some paths are separate html rootsKinda like this:
To achieve that, i generate both types of docs, and copy them in the same root.
Now, I want to add a link to typedoc docs in the sidebar:
to config, the link will be handled by react-router and produce 404 on click (reloading page will take me to typedoc docs)
Same would happen if I use absolute link with hostname, but the hostname would be the same.
Maybe adding something like this would make sense?
Beta Was this translation helpful? Give feedback.
All reactions