Replies: 1 comment 1 reply
-
Have you tried defining customerId as a server variable or path parameter? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the plugin version 4.0.1 with Docusaurus 3.5.2.
My instance generates the following path parameter style on the MDX pages:
https://{baseURL}/accounts/:customerAccountId
The YAML input looks like:
I would like to generate the mdx page with the same curly brackets around
{customerAccountId}
What am I doing wrong?
Thank you very much for your help.
PS: I've tried it with quotation marks in the YAML ("/accounts/{customerAccountId}":). That didn't help.
Beta Was this translation helpful? Give feedback.
All reactions