LLMs.txt lists all API query parameter names in CamelCase #5689
Labels
bug
Issues reporting bugs.
product/docs
Fern Docs which builds and hosts a developer documentation site
CLI Version (from
fern.config.json
)0.50.13, also 0.46.22
Minimal API Specification
Actual UI Behavior
When you view the
.mdx
page for an API endpoint or view<site>/llms-full.txt
, the names of API query parameters in those files are specified in CamelCase.For example, Fern generates the following
.mdx
for the OpenAPI spec provided above. Note the query parameter names are different from the names in the spec.Expected UI Behavior
Query parameter names in
.mdx
and/llms-full.txt
are correct and are the same as defined in the OpenAPI spec.Steps to Reproduce
GET /something
endpoint and append.mdx
to the page address.Environment Details
Node 22
The text was updated successfully, but these errors were encountered: