FusionAuth / fusionauth-site

Website and documentation for FusionAuth
https://fusionauth.io
Other
46 stars 45 forks source link

Bad anchor in Identity Provider headings #2923

Open vcampitelli opened 4 months ago

vcampitelli commented 4 months ago

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.

mooreds commented 4 months ago

Hmmm. Does this block https://github.com/FusionAuth/fusionauth-site/pull/2917 ?

vcampitelli commented 4 months ago

Nope, as it's already broken in production.

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