Revisit shortcodes in GraphQL reference
While working on an unrelated localization MR, I noticed some potentially odd formatting in the GraphQL reference: https://docs.gitlab.com/api/graphql/reference/#mutationsecuritypolicyprojectcreateasync
### `Mutation.securityPolicyProjectCreateAsync`
**Status**: Experiment. Creates and assigns a security policy project for the given project or group (`full_path`) async.
{{< details >}}
**Introduced** in GitLab 17.3.
**Status**: Experiment.
{{< /details >}}
Input type: `SecurityPolicyProjectCreateAsyncInput`
Is this styling what is expected here? I need to review the auto-generating script, as having the Status outside the details seems incorrect.
Possibly related to Update GraphQL docs tooling for Hugo site launch (!178795 - merged)
Edited by 🤖 GitLab Bot 🤖