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
We can see that the /pages/Development/sdk/api#Foo~bar is generated correctly.. however the /api/#Foo.BarResponse link is missing the base path prefix.
The text was updated successfully, but these errors were encountered:
Docma adds a $docmaLink property to each symbol to be used by the template for internal linking. When routing method is set to "path", the link was preceded with a / which makes it an absolute path rather than a relative path which is required for it to work with the app.base path.
I am noticing that typedef's do not maintain the base path when links are generated.
results in
We can see that the
/pages/Development/sdk/api#Foo~bar
is generated correctly.. however the/api/#Foo.BarResponse
link is missing the base path prefix.The text was updated successfully, but these errors were encountered: