docs
docs copied to clipboard
Snippets only works on top-level
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!
getting this error as well, would love support for a normal path instead of only top-level
this is awful. im getting this too
is this still an open issue?