diff --git a/.gitignore b/.gitignore
index 21c64777..dd07b9aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.idea/
+build/
node_modules/
dev.config.js
diff --git a/README.md b/README.md
index 2ddc8030..90fe9f5e 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Read Bellingcat's article about this project in
-![ukraine.bellingcat.com timemap preview](docs/example-timemap.png)
+![ukraine.bellingcat.com timemap preview](includes/example-timemap.png)
## Development
* `npm install` to setup
diff --git a/build/assets/index-08601a8a.js b/docs/assets/index-08601a8a.js
similarity index 100%
rename from build/assets/index-08601a8a.js
rename to docs/assets/index-08601a8a.js
diff --git a/build/assets/index-8c9c1f81.css b/docs/assets/index-8c9c1f81.css
similarity index 100%
rename from build/assets/index-8c9c1f81.css
rename to docs/assets/index-8c9c1f81.css
diff --git a/build/assets/map-98397b77.png b/docs/assets/map-98397b77.png
similarity index 100%
rename from build/assets/map-98397b77.png
rename to docs/assets/map-98397b77.png
diff --git a/build/assets/sat-6c360e9c.png b/docs/assets/sat-6c360e9c.png
similarity index 100%
rename from build/assets/sat-6c360e9c.png
rename to docs/assets/sat-6c360e9c.png
diff --git a/build/assets/timemapfont-e963c927.woff b/docs/assets/timemapfont-e963c927.woff
similarity index 100%
rename from build/assets/timemapfont-e963c927.woff
rename to docs/assets/timemapfont-e963c927.woff
diff --git a/build/favicon.ico b/docs/favicon.ico
similarity index 100%
rename from build/favicon.ico
rename to docs/favicon.ico
diff --git a/build/index.html b/docs/index.html
similarity index 100%
rename from build/index.html
rename to docs/index.html
diff --git a/docs/configuration.md b/includes/configuration.md
similarity index 100%
rename from docs/configuration.md
rename to includes/configuration.md
diff --git a/docs/custom-covers.md b/includes/custom-covers.md
similarity index 100%
rename from docs/custom-covers.md
rename to includes/custom-covers.md
diff --git a/docs/example-timemap.png b/includes/example-timemap.png
similarity index 100%
rename from docs/example-timemap.png
rename to includes/example-timemap.png
diff --git a/docs/mapbox.md b/includes/mapbox.md
similarity index 100%
rename from docs/mapbox.md
rename to includes/mapbox.md
diff --git a/src/components/TemplateCover.jsx b/src/components/TemplateCover.jsx
index 58db2604..d9c676f0 100644
--- a/src/components/TemplateCover.jsx
+++ b/src/components/TemplateCover.jsx
@@ -9,7 +9,7 @@ const MEDIA_HIDDEN = -2;
/**
* Manages the presentation of props that come in from the store's app.cover.
- * These are documented in docs/custom-cover.md.
+ * These are documented in includes/custom-cover.md.
* The component is a bit of a mess, keeping a lot of internal state and using
* a couple of weird offset calculations... but it works for the time being.
*/
diff --git a/src/store/initial.js b/src/store/initial.js
index d6b4861c..64b5431d 100644
--- a/src/store/initial.js
+++ b/src/store/initial.js
@@ -108,7 +108,7 @@ const initial = {
cover: {
title: "project title",
description:
- "A description of the project goes here.\n\nThis description may contain markdown.\n\n# This is a large title, for example.\n\n## Whereas this is a slightly smaller title.\n\nCheck out docs/custom-covers.md in the [Timemap GitHub repo](https://github.com/forensic-architecture/timemap) for more information around how to specify custom covers.",
+ "A description of the project goes here.\n\nThis description may contain markdown.\n\n# This is a large title, for example.\n\n## Whereas this is a slightly smaller title.\n\nCheck out includes/custom-covers.md in the [Timemap GitHub repo](https://github.com/forensic-architecture/timemap) for more information around how to specify custom covers.",
exploreButton: "EXPLORE",
},
toolbar: {