Skip to content

Commit 774aed0

Browse files
committed
Remove non-functioning attributes
The file based meta data isn't working with this folder layout. So, add the metadata to the files directly See dotnet/razor#11199
1 parent f6bb61b commit 774aed0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

aspnetcore/docfx.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@
5151
},
5252
"fileMetadata": {
5353
"author": {
54-
"whats-new/**/**.md": "rick-anderson",
55-
"_razor/docs/*.md": "rick-anderson"
54+
"whats-new/**/**.md": "rick-anderson"
5655
},
5756
"ms.author": {
58-
"whats-new/**/**.md": "riande",
59-
"../_razor/docs/*.md": "riande"
57+
"whats-new/**/**.md": "riande"
6058
},
6159
"ms.subservice": {
6260
"introduction-to-aspnet-core.md": "index-page",
@@ -94,14 +92,6 @@
9492
},
9593
"recommendations": {
9694
"**/tutorials/**/**.md": "false"
97-
},
98-
"title": {
99-
"../_razor/docs/Compiler Breaking Changes - DotNet 8.md": "Razor compiler breaking changes since .NET 8",
100-
"_razor/docs/Compiler Breaking Changes - DotNet 9.md": "Razor compiler breaking changes since .NET 9"
101-
},
102-
"description": {
103-
"../_razor/docs/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of .NET 8",
104-
"_razor/docs/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of .NET 9"
10595
}
10696
},
10797
"template": [],

0 commit comments

Comments
 (0)