We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have /snippets/supported-models.mdx which renders in /quickstart.mdx but not /v1/concepts/sdk-reference.mdx
I'm doing the same in both `import SupportedModels from '/snippets/supported-models.mdx'
I would try to change it to ../../snippets/supported-models.mdx but I get
Invalid import path ../../snippets/supported-models.mdx in v1/concepts/sdk-reference.mdx. Import source must start with "/snippets/"
and I read #22 saying that these imports aren't path-based they're just hacky references.
Please let me know if I should be doing anything differently!
The text was updated successfully, but these errors were encountered:
getting this error as well, would love support for a normal path instead of only top-level
Sorry, something went wrong.
No branches or pull requests
Hi,
I have /snippets/supported-models.mdx
which renders in /quickstart.mdx
but not /v1/concepts/sdk-reference.mdx
I'm doing the same in both
``import SupportedModels from '/snippets/supported-models.mdx'
I would try to change it to ../../snippets/supported-models.mdx but I get
and I read #22 saying that these imports aren't path-based they're just hacky references.
Please let me know if I should be doing anything differently!
The text was updated successfully, but these errors were encountered: