Skip to content

Commit

Permalink
chore(docs): i-files - adjust headlines according to style gui… (#18695)
Browse files Browse the repository at this point in the history
* i-files: adjust headlines according to style guide + adjust some texts

* trigger circleCi

* revert some text changes
  • Loading branch information
codingCookie authored and LekoArts committed Oct 17, 2019
1 parent a320c64 commit 99eb9ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 99eb9ff

Please sign in to comment.