Skip to content

Commit 41a9b92

Browse files
authored
added default values for api ref metadata (#1300)
* added default values for api ref metadata * fixing path * changing to an alias
1 parent 055ec6a commit 41a9b92

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docfx.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,22 @@
7878
"_displayLangs": ["csharp"],
7979
"author": "dotnet-bot"
8080
},
81+
"fileMetadata": {
82+
"ms.prod":
83+
{
84+
"api_ref/**.yml": ".net"
85+
},
86+
"ms.topic":
87+
{
88+
"api_ref/**.yml": "managed-reference"
89+
},
90+
"ms.author":
91+
{
92+
"api_ref/**.yml": "dotnetcontent"
93+
}
94+
},
8195
"dest": "_site",
8296
"template": [ "docs.html" ],
8397
"xref": ["_zip/msdn.4.5.2.zip", "_zip/namespaces.4.5.2.zip", "_zip/vs.110.zip", "_zip/vs.140.zip", "_zip/office15.zip", "_zip/missingapi.yml"]
8498
}
85-
}
99+
}

0 commit comments

Comments
 (0)