File tree 3 files changed +32
-2
lines changed
3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <!--[if IE]><![endif]-->
3
+ < html >
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
7
+ < title > Error 404</ title >
8
+ < meta name ="viewport " content ="width=device-width ">
9
+ < meta name ="title " content ="Error 404 ">
10
+ < link rel ="shortcut icon " href ="../favicon.ico ">
11
+ < link rel ="stylesheet " href ="../styles/docfx.vendor.min.css ">
12
+ < link rel ="stylesheet " href ="../styles/docfx.css ">
13
+ < link rel ="stylesheet " href ="../styles/main.css ">
14
+ </ head >
15
+ < body >
16
+ < h1 > Not found (404)</ h1 >
17
+ < p > The page you requested could not be found on this server.</ p >
18
+ < p > < a href ="https://docs.dataminer.services/connector/index.html "> DataMiner Connector Documentation</ a > </ p >
19
+ </ body >
20
+ </ html >
Original file line number Diff line number Diff line change 10
10
]
11
11
}
12
12
],
13
- "sitemap" : {
13
+ "sitemap" : {
14
14
"baseUrl" : " https://docs.dataminer.services" ,
15
15
"changefreq" : " hourly"
16
16
},
17
17
"resource" : [
18
18
{
19
19
"files" : [
20
- " connector/images/**"
20
+ " connector/images/**" ,
21
+ " staticwebapp.config.json" ,
22
+ " 404.html"
21
23
]
22
24
}
23
25
],
Original file line number Diff line number Diff line change
1
+ {
2
+ "responseOverrides" : {
3
+ "404" : {
4
+ "statusCode" : 404 ,
5
+ "rewrite" : " /404.html"
6
+ }
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments