-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Changelog Title Expansion #92
Comments
I agree with this, even though my use case would be satisfied by just allowing expansion of environment variables into the changelogTitle field. |
@StevenLangbroek We are also using That means that when I'm trying to figure out a way to keep these lines on top import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="MY TITLE /> Any idea how can this be achieved? |
we are using a CHANGELOG.md in our root folder and importing the file in a changelog.stories.mdx
Config for the docs addon:
|
Hey folks!
We're using Storybook combined with MDX to host documentation of our design system. We'd like to embed changelogs in our public documentation, but are running into an issue:
release-notes-generator
doesn't have a template we can use for the "page header" (the header partial is per release best I can tell).changelog
feels like it would be the appropriate place to inject a couple of lines of MDX code on top of the entire page:I don't think currently this is possible, since the
changelogTitle
property gets prefixed with#
and postfixed with an empty line. Would you be willing to discuss allowing a document-wide, multi-line header?Perhaps something along the lines of:
The text was updated successfully, but these errors were encountered: