Skip to content

Commit abd4e29

Browse files
Update Docs: Intro “add-to-your-site” (#6820)
Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
1 parent 38e9106 commit abd4e29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/content/docs/add-to-your-site.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ A static `admin` folder contains all Decap CMS files, stored at the root of your
2525
| 11ty | `/_site` |
2626
| preact-cli | `/src/static` |
2727
| Docusaurus | `/static` |
28-
| Lume | `/_site` (configurable) |
28+
| MkDocs | `/site` |
29+
| Lume | `/_site` |
2930

3031
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)!)
3132

0 commit comments

Comments
 (0)