You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our fern/openapi directory, we have a content/example.md file, and we've added that to our fern/versions/example-version.yml file like so:
- example:
summary: ../openapi/content/example.md
However, no page is generated. We suspect this is because in our OpenAPI spec, there the entry is:
{
"name": "Example",
"description": "<contents of content/example.md>"
},
but there are no endpoints for this tag, just a description. We'd like to the topic to appear anyway, even if it has not sub-pages for individual endpoints, and think that it should be appearing based on our OpenAPI spec and the way that we've copied info from the spec into the fern/openapi/content/ folder and set up the fern/versions/example-version.yml file.
The error that appears when we run fern docs dev is:
Subpackage example not found in 08ac3b1f-0799-40a8-bde0-89b1404af84e, treating it as a section
Fern CLI & Generator Versions
Fern CLI version 0.60.9
Workaround
No workarounds discovered.
Are you interested in contributing a fix?
No
The text was updated successfully, but these errors were encountered:
Which Fern component?
Fern CLI
How urgent is this?
P2 - Medium (Would be helpful)
What's the issue?
In our
fern/openapi
directory, we have acontent/example.md
file, and we've added that to ourfern/versions/example-version.yml
file like so:However, no page is generated. We suspect this is because in our OpenAPI spec, there the entry is:
but there are no endpoints for this tag, just a description. We'd like to the topic to appear anyway, even if it has not sub-pages for individual endpoints, and think that it should be appearing based on our OpenAPI spec and the way that we've copied info from the spec into the
fern/openapi/content/
folder and set up thefern/versions/example-version.yml
file.The error that appears when we run
fern docs dev
is:Fern CLI & Generator Versions
Fern CLI version 0.60.9
Workaround
No workarounds discovered.
Are you interested in contributing a fix?
No
The text was updated successfully, but these errors were encountered: