|
1 | 1 | {
|
| 2 | + "$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json", |
2 | 3 | "metadata": [
|
3 | 4 | {
|
4 | 5 | "src": [
|
5 | 6 | {
|
6 |
| - "files": ["Yubico.Core.csproj"], |
7 |
| - "src": "./Yubico.Core/src/", |
8 |
| - "exclude": ["**/bin/**", "**/obj/**"] |
| 7 | + "files": ["**/Yubico.Core.csproj"], |
| 8 | + "src": "./Yubico.Core/src/" |
9 | 9 | }
|
10 | 10 | ],
|
11 | 11 | "disableGitFeatures": true,
|
12 | 12 | "disableDefaultFilter": false,
|
| 13 | + "namespaceLayout": "flattened", |
13 | 14 | "memberLayout": "separatePages",
|
14 | 15 | "filter": "./docs/filterConfig.yml",
|
15 |
| - "dest": "./docs/core-api", |
16 |
| - "properties": { |
17 |
| - "TargetFramework": "netstandard2.0" |
18 |
| - } |
| 16 | + "output": "./docs/core-api", |
| 17 | + "properties": { "TargetFramework": "netstandard2.0" } |
19 | 18 | },
|
20 | 19 | {
|
21 | 20 | "src": [
|
22 | 21 | {
|
23 |
| - "files": ["Yubico.YubiKey.csproj"], |
24 |
| - "src": "./Yubico.YubiKey/src/", |
25 |
| - "exclude": ["**/bin/**", "**/obj/**"] |
| 22 | + "files": ["**/Yubico.YubiKey.csproj"], |
| 23 | + "src": "./Yubico.YubiKey/src/" |
26 | 24 | }
|
27 | 25 | ],
|
28 | 26 | "disableGitFeatures": true,
|
29 | 27 | "disableDefaultFilter": false,
|
| 28 | + "namespaceLayout": "flattened", |
30 | 29 | "memberLayout": "separatePages",
|
31 | 30 | "filter": "./docs/filterConfig.yml",
|
32 |
| - "dest": "./docs/yubikey-api", |
33 |
| - "properties": { |
34 |
| - "TargetFramework": "netstandard2.0" |
35 |
| - } |
| 31 | + "output": "./docs/yubikey-api", |
| 32 | + "properties": { "TargetFramework": "netstandard2.0" } |
36 | 33 | }
|
37 | 34 | ],
|
38 | 35 | "build": {
|
| 36 | + "sitemap": { |
| 37 | + "baseUrl": "https://dotnet.github.io/docfx", |
| 38 | + "changefreq": "monthly" |
| 39 | + }, |
39 | 40 | "content": [
|
40 | 41 | {
|
41 | 42 | "files": [
|
|
64 | 65 | "src": "./docs/"
|
65 | 66 | }
|
66 | 67 | ],
|
67 |
| - "dest": "./docs/_site/", |
| 68 | + "output": "./docs/_site/", |
68 | 69 | "globalMetadataFiles": [],
|
69 | 70 | "globalMetadata": {
|
70 |
| - "_appFaviconPath": "images/favicon.ico" |
| 71 | + "_appFaviconPath": "images/favicon.ico", |
| 72 | + "_enableSearch": true |
71 | 73 | },
|
72 | 74 | "fileMetadataFiles": [],
|
73 |
| - "template": ["default", "./docs/memberpage", "./docs/yubikeysdk-template"], |
74 |
| - "postProcessors": [], |
75 |
| - "markdownEngineName": "markdig", |
76 |
| - "noLangKeyword": false, |
77 |
| - "keepFileLink": false, |
78 |
| - "cleanupCacheHistory": false, |
| 75 | + "template": ["default", "./docs/yubikeysdk-template"], |
| 76 | + "postProcessors": ["ExtractSearchIndex"], |
79 | 77 | "disableGitFeatures": false
|
80 | 78 | }
|
81 | 79 | }
|
0 commit comments