| { |
| "metadata": [ |
| { |
| "src": [ |
| { |
| "src": "../src/webdriver", |
| "files": [ |
| "**/*.csproj" |
| ] |
| } |
| ], |
| "dest": "webdriver", |
| "namespaceLayout": "nested", |
| //"outputFormat": "apiPage" // "apiPage" generation with errors |
| }, |
| { |
| "src": [ |
| { |
| "src": "../src/support", |
| "files": [ |
| "**/*.csproj" |
| ] |
| } |
| ], |
| "dest": "support", |
| "namespaceLayout": "nested", |
| //"outputFormat": "apiPage" // "apiPage" generation with errors |
| } |
| ], |
| "build": { |
| "content": [ |
| { |
| "files": [ |
| "**/*.{md,yml}" |
| ], |
| "exclude": [ |
| "_site/**" |
| ] |
| } |
| ], |
| "resource": [ |
| { |
| "files": [ |
| "images/**" |
| ] |
| } |
| ], |
| "output": "../../build/docs/api/dotnet", |
| "template": [ |
| "default", |
| "modern" |
| ], |
| "globalMetadata": { |
| "_appName": "Selenium .NET API", |
| "_appLogoPath": "images/logo.svg", |
| "_appFaviconPath": "images/favicon.ico", |
| "_enableSearch": true |
| } |
| } |
| } |