You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you we can link in part of current page using sharp links like #gototop links.
In Readme.md file we use [linkTitle](#gototop) to reference parts of our document.
Here in verdaccio there is a problem, because the url of verdaccio will be something like https://domain.com/-/web/mypackage , when I try to link to a part of my page in https://domain.com/-/web/mypackage/readme.md , I have to do it like this:
[go to content](https://domain.com/-/web/mypackage/readme.md#mycontent)
When I try this [go to content](#mycontent) it's link will refers to https://domain.com/#mycontent.
I guess it may be because of hyphen (-) in the url.
What do you think about this and have you ever tried to link part of your document in verdaccio local private npm registry ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As you we can link in part of current page using sharp links like
#gototop
links.In
Readme.md
file we use[linkTitle](#gototop)
to reference parts of our document.Here in
verdaccio
there is a problem, because the url ofverdaccio
will be something likehttps://domain.com/-/web/mypackage
, when I try to link to a part of my page inhttps://domain.com/-/web/mypackage/readme.md
, I have to do it like this:[go to content](https://domain.com/-/web/mypackage/readme.md#mycontent)
When I try this
[go to content](#mycontent)
it's link will refers tohttps://domain.com/#mycontent
.I guess it may be because of hyphen (
-
) in the url.What do you think about this and have you ever tried to link part of your document in
verdaccio
local private npm registry ?I will appreciated if you can help me about this.
Beta Was this translation helpful? Give feedback.
All reactions