Replies: 1 comment 3 replies
-
This is what I was going to recommend, what about this isn't what you want? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Gonna try and explain this as best as I can as ive spent a couple hours trying different ways to get this to work and have decided I might as well ask people who have done this already
So the package in question is https://github.com/lavacord/Lavacord/tree/exportwrappers specifically the exportwrappers branch as its the most up to date
the types package that I am using and also maintain is https://github.com/AmandaDiscord/LavalinkTypes/tree/main
So basically I want to have lavalink-types documented with my typedoc build, what I mean by this is, Where ever a type from lavalink-types is used in the Lavacord package on the documentation it should be clickable and direct to the documentation for that type, perferably I want lavalink types to be a seperate module on the docs
One thing I have found that i can do is
My problem with this is it just exports all of the types from lavalink-types to the lavacord package which is one way to do it I suppose it isnt exactly what im after
The other way I found I can do it but It still doesnt do exactly what I want is, add a entry path in typedoc.json to the lavalink-types package in node_modules and change
entryPointStrategy
toresolve
Any help would be much appreciated
Beta Was this translation helpful? Give feedback.
All reactions