-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotnetdoc.source-probe.config.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathdotnetdoc.source-probe.config.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://mandolin.github.io/HIA-Documentation/schemas/dotnetdoc-config-0.1.0-draft.schema.json",
"schemaVersion": "0.1.0-draft",
"workspaceRoot": ".",
"outputDirectory": "temp/documentation/dotnetdoc-source-probe",
"profileIds": [
"hia-aspnetportal",
"dotnetdoc",
"source-probe"
],
"inputs": [
{
"kind": "dotnet-xml-doc",
"path": "src/Portal.Components/bin/Debug/Portal.Components.xml",
"artifactBasePath": "api/Portal.Components",
"hiaDocumentId": "dotnetdoc:HIA-ASPNETPortal:Portal.Components",
"title": "HIA-ASPNETPortal Portal.Components API"
},
{
"kind": "dotnet-csharp-source",
"projectPath": "src/Portal.Components/Portal.Components.csproj",
"paths": [
"src/Portal.Components/IUsersDb.cs"
],
"artifactBasePath": "source/Portal.Components",
"hiaDocumentId": "dotnetdoc:HIA-ASPNETPortal:source:Portal.Components",
"title": "Portal.Components Project Source Documentation"
}
],
"options": {
"writeResultManifest": true,
"writeSourceRelationArtifact": true
}
}