Skip to content
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

chore(docs): i-files - adjust headlines according to style guide + adjust some texts #18695

Merged
merged 3 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/images-and-files.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/importing-assets-into-files.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/importing-media-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down