From 0c5efd19d6aa28e1e06a90c221ea0e8ac834ef33 Mon Sep 17 00:00:00 2001 From: zachsa999 Date: Fri, 27 May 2022 04:25:53 -0600 Subject: [PATCH] "add sveltekit to add-to-your-site" (#6463) --- website/content/docs/add-to-your-site.md | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index ff58b009eacb..40068bc1a825 100644 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -11,20 +11,20 @@ This tutorial guides you through the steps for adding Netlify CMS to a site that A static `admin` folder contains all Netlify CMS files, stored at the root of your published site. Where you store this folder in the source files depends on your static site generator. Here's the static file location for a few of the most popular static site generators: -| These generators | store static files in | -| -------------------------------------------- | --------------------- | -| Jekyll, GitBook | `/` (project root) | -| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper | `/static` | -| Next, Nuxt 3 | `/public` | -| Hexo, Middleman, Jigsaw | `/source` | -| Spike | `/views` | -| Wyam | `/input` | -| Pelican | `/content` | -| VuePress | `/.vuepress/public` | -| Elmstatic | `/_site` | -| 11ty | `/_site` | -| preact-cli | `/src/static` | -| Docusaurus | `/static` | +| These generators | store static files in | +| ------------------------------------------------------- | --------------------- | +| Jekyll, GitBook | `/` (project root) | +| Hugo, Gatsby, Nuxt 2, Gridsome, Zola, Sapper, SvelteKit | `/static` | +| Next, Nuxt 3 | `/public` | +| Hexo, Middleman, Jigsaw | `/source` | +| Wyam | `/input` | +| Pelican | `/content` | +| Spike | `/views` | +| VuePress | `/.vuepress/public` | +| Elmstatic | `/_site` | +| 11ty | `/_site` | +| preact-cli | `/src/static` | +| Docusaurus | `/static` | 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#pull-requests)!)