-
Notifications
You must be signed in to change notification settings - Fork 3
Feature: Set docs page title from metadata set in the MDX file #211
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
Conversation
|
Check out the recent updates to your Headless Platform preview environment:
Learn more about preview environments in our documentation. |
|
@moonmeister Can you review the code and see if there is anything wrong with this approach please. |
|
Niceeee @colinmurphy thanks for doing this! |
|
No worries at all @Fran-A-Dev 😁 |
Fran-A-Dev
left a comment
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, pulled it down and tested it locally on the browser. The titles look great.
|
Thanks @Fran-A-Dev for testing |
Used this plugin instead to retrieve the page title - https://github.com/remcohaszing/recma-nextjs-static-props
|
Check out the recent updates to your Headless Platform preview environment:
Learn more about preview environments in our documentation. |
Added page title to the docs pages from the metadata exported in the mdx file.