Unattached Documentation #24773
Unanswered
AndrewJSchoen
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to create some custom documentation that is unattached to any specific component at the top of my storybook instance. Reading this documentation, it seems to indicate that this is considered "unattached documentation." I followed the instructions, but am currently getting the following error:
While the files show up as items in the sidebar, clicking on them returns the
Importing a module script failed.
screen.Currently, my setup is as such:
stories
folder with sub-folders for the_.stories.tsx
files, as well as the_.mdx
files I want to create documentation withconfig.stories
set to["../stories/**/*.stories.tsx", "../stories/*.mdx"]
Right now, the
mdx
files are pretty simple (example):Can anyone clarify what might be happening here?
Beta Was this translation helpful? Give feedback.
All reactions