-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
type: documentationAn issue or pull request for improving or updating Gatsby's documentationAn issue or pull request for improving or updating Gatsby's documentationtype: question or discussionIssue discussing or asking a question about GatsbyIssue discussing or asking a question about Gatsby
Description
At https://www.gatsbyjs.org/docs/adding-a-list-of-markdown-blog-posts/ there's an example of looping through documents and giving a link to each one's page. It uses a PostLink component, but I can't see the implementation of that anywhere.
I'm wondering if it has some special Gatsby way to link to the node's URL, or if that component is just simply going to be using node.path in a regular link tag. Either way, I think the doc page could be clearer about it.
Metadata
Metadata
Assignees
Labels
type: documentationAn issue or pull request for improving or updating Gatsby's documentationAn issue or pull request for improving or updating Gatsby's documentationtype: question or discussionIssue discussing or asking a question about GatsbyIssue discussing or asking a question about Gatsby