-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add documentation of content variable #367
Comments
Awesome! I just cleaned up the collections docs, but didn't touch the reference API. @jasikpark would love that PR if you're still interested |
Absolutely! I'll have to reread the updated docs :0 |
Fixed whenever #479 is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll work on adding a PR, but this is for documentation's sake:
console.log({content})
from the frontmatter ofexamples/blog/src/layouts/post.astro
printed out in the astro dev output:So it looks like the shape to document is:
The text was updated successfully, but these errors were encountered: