Skip to content

Commit

Permalink
Remove non-functioning attributes
Browse files Browse the repository at this point in the history
The file based meta data isn't working with this folder layout. So, add the metadata to the files directly

See dotnet/razor#11199
  • Loading branch information
BillWagner committed Nov 12, 2024
1 parent f6bb61b commit 774aed0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions aspnetcore/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@
},
"fileMetadata": {
"author": {
"whats-new/**/**.md": "rick-anderson",
"_razor/docs/*.md": "rick-anderson"
"whats-new/**/**.md": "rick-anderson"
},
"ms.author": {
"whats-new/**/**.md": "riande",
"../_razor/docs/*.md": "riande"
"whats-new/**/**.md": "riande"
},
"ms.subservice": {
"introduction-to-aspnet-core.md": "index-page",
Expand Down Expand Up @@ -94,14 +92,6 @@
},
"recommendations": {
"**/tutorials/**/**.md": "false"
},
"title": {
"../_razor/docs/Compiler Breaking Changes - DotNet 8.md": "Razor compiler breaking changes since .NET 8",
"_razor/docs/Compiler Breaking Changes - DotNet 9.md": "Razor compiler breaking changes since .NET 9"
},
"description": {
"../_razor/docs/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of .NET 8",
"_razor/docs/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of .NET 9"
}
},
"template": [],
Expand Down

0 comments on commit 774aed0

Please sign in to comment.