FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Fusionauth-site content should be in .mdx and not an .astro component #2697

Open bhalsey opened 3 months ago

bhalsey commented 3 months ago

Fusionauth-site content should be in .mdx and not an .astro component

Description

The configuration page https://fusionauth.io/docs/reference/configuration gets most of its content from astro/src/components/docs/reference/ConfigurationOptions.astro. This should be refactored so that only the relevant javascript content is in the astro component. The content should be in astro/src/content/docs/reference/configuration.mdx.