diff --git a/docs/Bronnen.svg b/docs/Bronnen.svg
index 69189617..d22e3844 100644
--- a/docs/Bronnen.svg
+++ b/docs/Bronnen.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/Componenten.svg b/docs/Componenten.svg
new file mode 100644
index 00000000..66dc9051
--- /dev/null
+++ b/docs/Componenten.svg
@@ -0,0 +1 @@
+undefined
\ No newline at end of file
diff --git a/docs/OverigFlow.svg b/docs/OverigFlow.svg
new file mode 100644
index 00000000..0abd9ab5
--- /dev/null
+++ b/docs/OverigFlow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/PublicatiePlatformen.svg b/docs/PublicatiePlatformen.svg
index 9ec47df8..66dc9051 100644
--- a/docs/PublicatiePlatformen.svg
+++ b/docs/PublicatiePlatformen.svg
@@ -1 +1 @@
-
\ No newline at end of file
+undefined
\ No newline at end of file
diff --git a/docs/VerzoekFlow.svg b/docs/VerzoekFlow.svg
new file mode 100644
index 00000000..0abd9ab5
--- /dev/null
+++ b/docs/VerzoekFlow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/components.svg b/docs/components.svg
index 2dd04a56..66dc9051 100644
--- a/docs/components.svg
+++ b/docs/components.svg
@@ -1 +1 @@
-
\ No newline at end of file
+undefined
\ No newline at end of file
diff --git a/pwa/src/services/getConfig.ts b/pwa/src/services/getConfig.ts
index 917c2e5e..e336fdc9 100644
--- a/pwa/src/services/getConfig.ts
+++ b/pwa/src/services/getConfig.ts
@@ -15,6 +15,8 @@ import Gouda from "./../../static/configFiles/municipalities/gouda/gouda.json";
import GoudaAccept from "./../../static/configFiles/municipalities/gouda/gouda-accept.json";
import HoekscheWaard from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard.json";
import HoekscheWaardAccept from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard-accept.json";
+import HofvanTwente from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente.json";
+import HofvanTwenteAccept from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente-accept.json";
import Lansingerland from "./../../static/configFiles/municipalities/lansingerland/lansingerland.json";
import LansingerlandAccept from "./../../static/configFiles/municipalities/lansingerland/lansingerland-accept.json";
import Leiden from "./../../static/configFiles/municipalities/leiden/leiden.json";
@@ -134,6 +136,15 @@ export const getConfig = (themeOrDomainName: string): Record | unde
case "gemeentehw.accept.openwoo.app":
return HoekscheWaardAccept;
+ case "hof-van-twente-theme":
+ case "open.hofvantwente.nl":
+ case "hofvantwente.openwoo.app":
+ case "hofvantwente.koophulpje.nl":
+ return HofvanTwente;
+ case "acceptatie-open.hofvantwente.nl":
+ case "hofvantwente.accept.openwoo.app":
+ return HofvanTwenteAccept;
+
case "lansingerland":
case "open.lansingerland.nl":
case "lansingerland.openwoo.app":
@@ -329,6 +340,7 @@ export const availableThemes: TGroupedSelectOption[] = [
{ label: "Gooise Meren", value: "gooise-meren-theme" },
{ label: "Gouda", value: "gouda-theme" },
{ label: "Hoeksche Waard", value: "hoeksche-waard" },
+ { label: "Hof van Twente", value: "open-webconcept-theme" },
{ label: "Lansingerland", value: "lansingerland" },
{ label: "Leiden", value: "leiden-theme" },
{ label: "Moerdijk", value: "moerdijk-theme" },