[docs] [workflows] Improve docs for linking to Gatsby and non-Gatsby content #13712
Closed
5 tasks done
Labels
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Part of the Top 25 Learning Workflows initiative. See #13708 for the meta issue that this issue falls under.
User story
As a new Gatsby user, I want to understand the difference between
<Link>
and<a>
and successfully link internally and externally.Evaluation
Steps taken to implement
gatsby linking pages
on Google; clicked first result.gatsby linking pages
in search bar; all listed results take user to The Gatsby Link component (anchor link, though main page is second result).<Link>
. Deduplicate or disambiguate:rel="noopener noreferrer"
right here.<Link />
component. Very simple example that gets me up to speed. Less comprehensive than the tutorial page.<Link to="/">
is possible (homepage link). Add a note with this information.import { Link } from "gatsby"
is so important. Add a note emphasizing this.Recommendations
<Link>
. Deduplicate or disambiguate:rel="noopener noreferrer"
right here.<Link />
component: As a new developer, I may not have easily understood from this docs page that e.g.<Link to="/">
is possible (homepage link). Add a note with this information.<Link />
component: As a new developer, I may not have easily understood from this docs page thatimport { Link } from "gatsby"
is so important. Add a note emphasizing this.The text was updated successfully, but these errors were encountered: