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 we're using a custom prop to render headings at the Identity Provider Operations, their anchors are being rendered with the propsidp_display_name text instead of the actual name.
#2917 will work fine with the bad anchors, and if we ever fix this one, we'd just need to do a similar strategy with the slug in astro/src/pages/docs/[...slug].astro
As we're using a custom prop to render headings at the Identity Provider Operations, their anchors are being rendered with the
propsidp_display_name
text instead of the actual name.E.g. https://fusionauth.io/docs/apis/identity-providers/epicgames#create-the-propsidp_display_name-identity-provider
We'd probably need to fix the way Astro is rendering headings from MDX files.
The text was updated successfully, but these errors were encountered: