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
To support more use cases (such as documenting .story.svelte files - #86), Histoire will support adding documentation as .story.md files that will automatically loaded into the corresponding story.
Example:
BaseButton.story.svelte
BaseButton.story.md
There will also be a new docsFile prop added to Story to specify a custom path to the md file.
Add docs to story with related md file
Standalone page
The text was updated successfully, but these errors were encountered:
Sorry to ping on an old issue, but whatever happened to:
There will also be a new docsFile prop added to Story to specify a custom path to the md file.
? I can't seem to find any docs or trace about this prop in the referenced commit or docs, which makes me worried it wasn't actually implemented? Is that something you'd accept a PR for @Akryum?
To support more use cases (such as documenting
.story.svelte
files - #86), Histoire will support adding documentation as.story.md
files that will automatically loaded into the corresponding story.Example:
BaseButton.story.svelte
BaseButton.story.md
There will also be a new
docsFile
prop added toStory
to specify a custom path to themd
file.The text was updated successfully, but these errors were encountered: