diff --git a/docs/docs/images-and-files.md b/docs/docs/images-and-files.md index 8e6fc012bd587..736ed8be47b7e 100644 --- a/docs/docs/images-and-files.md +++ b/docs/docs/images-and-files.md @@ -1,5 +1,5 @@ --- -title: Images, Files, and Video in Gatsby +title: Images, Files & Video in Gatsby --- Gatsby provides multiple solutions for adding images, video, and files to your projects. And a pro tip: you don't necessarily have to use GraphQL! From [imports](/docs/importing-assets-into-files/) and use of the [static folder](/docs/static-folder/) to dynamic queries with [Gatsby Image](/docs/using-gatsby-image/) to prevent image bloat, you've got options. diff --git a/docs/docs/importing-assets-into-files.md b/docs/docs/importing-assets-into-files.md index 0e682e043bedb..3142cacc7b1dd 100644 --- a/docs/docs/importing-assets-into-files.md +++ b/docs/docs/importing-assets-into-files.md @@ -1,5 +1,5 @@ --- -title: Importing Assets Directly Into Files +title: Importing Assets Directly into Files --- There are two major ways to import assets, such as images, fonts, and files, into a Gatsby site. The default path is to import the file directly into a Gatsby template, page, or component. The alternative path, which makes sense for some edge cases, is to use the [static folder](/docs/static-folder). diff --git a/docs/docs/importing-media-content.md b/docs/docs/importing-media-content.md index 6a5f8b4759c39..275b148be892e 100644 --- a/docs/docs/importing-media-content.md +++ b/docs/docs/importing-media-content.md @@ -14,7 +14,7 @@ title: Importing Media Content ## Video assets -Like images, video assets present many options and requirements for cross-browser support. Learn about video embeds on the Gatsby docs page on [working with video](/docs/working-with-video/). +Like images, video assets present many options and requirements for cross-browser support. Learn about video embeds on the Gatsby docs page on [working with video](/docs/working-with-video/) section. ## Canvas and WebGL