-
Notifications
You must be signed in to change notification settings - Fork 534
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
Custom Markdown #2753
Custom Markdown #2753
Conversation
Deploy preview for docs ready! ✅ Preview Built with commit 053d7a9. |
Your preview environment pr-2753-bttf has been deployed. Preview environment endpoints are available at: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add custom markdown * Modify CustomMarkdown * fix markdown * address comments * remove console log * use inline modal for custom markdown settings * add permission check and commercial feature check * implement design * small fix
Features and Changes
Introduces the possibility to display custom markdown on several key pages in GrowthBook to allow organizations to provide users with organization-specific guidance.
Pages currently supported are:
Custom Markdown users have the option to leverage handlebars variables available on each page and create templates tailored to the page/user. Every page has the following base variables available:
orgName
anduser
The following pages have additional variables available for use:
experiment
,tags
,experimentStatus
featureKey
,tags
,featureType
metricName
,tags
,metricType
,metricDatasource
Testing
On an account with admin access, navigate to General Settings and access the Custom Markdown page at the bottom of the settings page. Try setting some markdown for the some of the pages and ensure that the new Custom Markdown component is rendered on the pages you set markdown for with the correct markdown.
Screenshots