Drop outdated Gatsby note from quick start docs. (#850)
This commit is contained in:
parent
6eeeae485c
commit
28924eeea5
@ -9,13 +9,10 @@ All Netlify CMS files are contained in a static `admin` folder, stored at the ro
|
||||
These generators ... | store static files in
|
||||
--- | ---
|
||||
Jekyll, GitBook | `/` (project root)
|
||||
Hugo, Gatsby* | `/static`
|
||||
Hugo, Gatsby | `/static`
|
||||
Hexo, Middleman | `/source`
|
||||
Spike | `/views`
|
||||
|
||||
Notes:
|
||||
- Gatsby treats the `static` folder more strictly and will not render the admin page as the other generators. You will have to make a [page component](https://www.gatsbyjs.org/docs/building-with-components/) containing the necessary scripts of the Netlify CMS app in the admin page. However, the `config.yml` file (described below) can be placed in the `static` folder as with other generators.
|
||||
|
||||
If your generator isn't listed here, you can check its documentation, or as a shortcut, look in your project for a `css` or `images` folder. The contents of folders like that are usually processed as static files, so it's likely you can store your `admin` folder next to those. (When you've found the location, feel free to add it to these docs by [filing a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md)!)
|
||||
|
||||
Inside the `admin` folder, you'll create two files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user