Spaces:
Sleeping
Sleeping
Update data/site_content.json
Browse files- data/site_content.json +34 -0
data/site_content.json
CHANGED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"timestamp": "",
|
3 |
+
"pages": {
|
4 |
+
"/": {
|
5 |
+
"url": "https://www.sletchersystems.com",
|
6 |
+
"title": "",
|
7 |
+
"sections": []
|
8 |
+
},
|
9 |
+
"/clients": {
|
10 |
+
"url": "https://www.sletchersystems.com/clients",
|
11 |
+
"title": "",
|
12 |
+
"sections": []
|
13 |
+
},
|
14 |
+
"/solutions": {
|
15 |
+
"url": "https://www.sletchersystems.com/solutions",
|
16 |
+
"title": "",
|
17 |
+
"sections": []
|
18 |
+
},
|
19 |
+
"/services": {
|
20 |
+
"url": "https://www.sletchersystems.com/services",
|
21 |
+
"title": "",
|
22 |
+
"sections": []
|
23 |
+
},
|
24 |
+
"/about": {
|
25 |
+
"url": "https://www.sletchersystems.com/about",
|
26 |
+
"title": "",
|
27 |
+
"sections": []
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"company_info": {},
|
31 |
+
"services": [],
|
32 |
+
"solutions": [],
|
33 |
+
"clients": []
|
34 |
+
}
|