Skip to content

Commit

Permalink
docs: Fix nonsensical sentence in project structure docs (#9763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 authored and shannonbux committed Nov 6, 2018
1 parent a053293 commit 19f3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Inside a Gatsby project, you may see some or all of the following folders and fi
- **`/src`** This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser), like your site header, or a page template. “Src” is a convention for “source code”.

- **`/pages`** Components under src/pages become pages automatically with paths based on their file name. Check out the [pages docs](/docs/recipes/#creating-pages) for more detail.
- **`/templates`** By convention, templates used across multiple pages are Contains templates for programmatically creating pages. Check out the [templates docs](/docs/building-with-components/#page-template-components) for more detail.
- **`/templates`** Contains templates for programmatically creating pages. Check out the [templates docs](/docs/building-with-components/#page-template-components) for more detail.
- **`html.js`** For custom configuration of default .cache/default_html.js. Check out the [custom html docs](/docs/custom-html/) for more detail.

- **`/static`** If you put a file into the static folder, it will not be processed by Webpack. Instead it will be copied into the public folder untouched. Check out the [assets docs](https://www.gatsbyjs.org/docs/adding-images-fonts-files/#adding-assets-outside-of-the-module-system) for more detail.
Expand Down

0 comments on commit 19f3d5a

Please sign in to comment.