Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/dotnet/docs/docfx.json
2867 views
1
{
2
"metadata": [
3
{
4
"src": [
5
{
6
"src": "../src/webdriver",
7
"files": [
8
"**/*.csproj"
9
]
10
}
11
],
12
"dest": "webdriver",
13
"namespaceLayout": "nested",
14
//"outputFormat": "apiPage" // "apiPage" generation with errors
15
},
16
{
17
"src": [
18
{
19
"src": "../src/support",
20
"files": [
21
"**/*.csproj"
22
]
23
}
24
],
25
"dest": "support",
26
"namespaceLayout": "nested",
27
//"outputFormat": "apiPage" // "apiPage" generation with errors
28
}
29
],
30
"build": {
31
"content": [
32
{
33
"files": [
34
"**/*.{md,yml}"
35
],
36
"exclude": [
37
"_site/**"
38
]
39
}
40
],
41
"resource": [
42
{
43
"files": [
44
"images/**"
45
]
46
}
47
],
48
"output": "../../build/docs/api/dotnet",
49
"template": [
50
"default",
51
"modern"
52
],
53
"globalMetadata": {
54
"_appName": "Selenium .NET API",
55
"_appLogoPath": "images/logo.svg",
56
"_appFaviconPath": "images/favicon.ico",
57
"_enableSearch": true
58
}
59
}
60
}
61
62