You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/add-to-your-site.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ A static `admin` folder contains all Decap CMS files, stored at the root of your
25
25
| 11ty |`/_site`|
26
26
| preact-cli |`/src/static`|
27
27
| Docusaurus |`/static`|
28
-
| Lume |`/_site` (configurable) |
28
+
| MkDocs |`/site`|
29
+
| Lume |`/_site`|
29
30
30
31
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/decaporg/decap-cms/blob/master/CONTRIBUTING.md#pull-requests)!)
0 commit comments