|
1 | 1 | {
|
| 2 | + "$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json", |
2 | 3 | "metadata": [
|
3 | 4 | {
|
4 | 5 | "properties": {
|
|
8 | 9 | {
|
9 | 10 | "files": [
|
10 | 11 | "**/JsonApiDotNetCore.csproj",
|
11 |
| - "**/JsonApiDotNetCore.Annotations.csproj" |
| 12 | + "**/JsonApiDotNetCore.Annotations.csproj", |
| 13 | + "**/JsonApiDotNetCore.OpenApi.Swashbuckle.csproj", |
| 14 | + "**/JsonApiDotNetCore.OpenApi.Client.NSwag.csproj", |
| 15 | + "**/JsonApiDotNetCore.OpenApi.Client.Kiota" |
12 | 16 | ],
|
13 | 17 | "src": "../"
|
14 | 18 | }
|
15 | 19 | ],
|
16 |
| - "dest": "api", |
17 |
| - "disableGitFeatures": false |
| 20 | + "output": "api" |
18 | 21 | }
|
19 | 22 | ],
|
20 | 23 | "build": {
|
21 | 24 | "content": [
|
22 | 25 | {
|
23 |
| - "files": [ |
24 |
| - "api/**.yml", |
25 |
| - "api/index.md", |
26 |
| - "ext/openapi/index.md", |
27 |
| - "getting-started/**.md", |
28 |
| - "getting-started/**/toc.yml", |
29 |
| - "usage/**.md", |
30 |
| - "request-examples/**.md", |
31 |
| - "internals/**.md", |
32 |
| - "toc.yml", |
33 |
| - "*.md" |
34 |
| - ], |
| 26 | + "files": "**.{md|yml}", |
35 | 27 | "exclude": [
|
36 | 28 | "**/README.md"
|
37 | 29 | ]
|
|
44 | 36 | ]
|
45 | 37 | }
|
46 | 38 | ],
|
47 |
| - "overwrite": [ |
48 |
| - { |
49 |
| - "exclude": [ |
50 |
| - "obj/**", |
51 |
| - "_site/**" |
52 |
| - ] |
53 |
| - } |
54 |
| - ], |
55 |
| - "dest": "_site", |
56 |
| - "globalMetadataFiles": [], |
57 |
| - "fileMetadataFiles": [], |
| 39 | + "output": "_site", |
58 | 40 | "template": [
|
59 | 41 | "default",
|
60 | 42 | "modern"
|
61 | 43 | ],
|
62 |
| - "postProcessors": [], |
63 |
| - "noLangKeyword": false, |
64 |
| - "keepFileLink": false, |
65 |
| - "cleanupCacheHistory": false, |
66 |
| - "disableGitFeatures": false |
| 44 | + "globalMetadata": { |
| 45 | + "_appLogoPath": "styles/img/favicon.png", |
| 46 | + "_googleAnalyticsTagId": "G-78GTGF1FM2" |
| 47 | + } |
67 | 48 | }
|
68 | 49 | }
|
0 commit comments