modify/customize docfx anchor points #8490
Unanswered
akiraveliara
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The docfx-generated anchor points for specific methods (with the memberpage plugin, in case there are overloads) can be rather long, to a point where posting them in support can be rather excessive, or, in the case of a discord support channel, may even exceed the character limit.
One such example from our documentation is https://dsharpplus.github.io/DSharpPlus/api/DSharpPlus.DiscordRestClient.ModifyGuildAsync.html#DSharpPlus_DiscordRestClient_ModifyGuildAsync_System_UInt64_DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_DSharpPlus_Entities_VerificationLevel__DSharpPlus_Entities_Optional_DSharpPlus_Entities_DefaultMessageNotifications__DSharpPlus_Entities_Optional_DSharpPlus_Entities_MfaLevel__DSharpPlus_Entities_Optional_DSharpPlus_Entities_ExplicitContentFilter__DSharpPlus_Entities_Optional_System_Nullable_System_UInt64___DSharpPlus_Entities_Optional_System_Int32__DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_UInt64__DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_Nullable_System_UInt64___DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_Collections_Generic_IEnumerable_System_String___DSharpPlus_Entities_Optional_System_String__DSharpPlus_Entities_Optional_System_Nullable_System_UInt64___DSharpPlus_Entities_Optional_System_Nullable_System_UInt64___DSharpPlus_Entities_Optional_DSharpPlus_SystemChannelFlags__System_String_ , which just barely falls short of exceeding the discord character limit but is still rather excessively long, especially considering the anchor point makes up almost the entire link.
Is there a way to shorten these anchor points?
Edit: or is there a way to remove them?
Beta Was this translation helpful? Give feedback.
All reactions