-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Support graymatter data in asciidoc files #33403
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
base: master
Are you sure you want to change the base?
Conversation
31eb12d
to
5fb9924
Compare
I don't think the failed tests are related to my change :( |
5fb9924
to
2748609
Compare
Thank you! Is it possible to add an example of grasmatten to the using-asciidoc example 🙏 This allows me to test the PR |
Sure. I can take a stab tomorrow night. Can you point me where the examples are? |
@@ -98,6 +113,9 @@ export const pageQuery = graphql` | |||
authorInitials | |||
} | |||
frontmatter { | |||
source |
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.
none of the example asciidoctor files have frontmatter yet right?
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.
oh shoot i forgot to git add, which explained why ci failed
fc07d9e
to
05c02f6
Compare
05c02f6
to
73fcc01
Compare
Okay, missing files re-added, then rebased ontop of master again |
Description
Add support for processing graymatter headers inside of asciidoc files
Documentation
At jenkins we use asciidoc for the main website. its already using frontmatter content all over the place. I want to convert to gatsby, so i need to support this
Example: https://github.com/jenkins-infra/jenkins.io/blob/master/content/blog/2021/09/2021-09-04-wiki-attacked.adoc
[X] Update any references, if relevant. This includes Guides and Gatsby Internals docs.
[X] Tag @gatsbyjs/documentation for review, pairing, polishing of the documentation
Related Issues