Skip to content

Commit

Permalink
Add entries for dependent repos (dotnet#41009)
Browse files Browse the repository at this point in the history
* Add entries for dependent repos

The C# L2 header wasn't displayed for the C# specification, or the feature specifications.

I suspect that's because the docfx setting for this uses the source folder, not the destination folder.

* Change default "what's new" to C# 13

There's previews now..
  • Loading branch information
BillWagner authored May 21, 2024
1 parent 57cbe8e commit a48c851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3984,7 +3984,7 @@
},
{
"source_path_from_root": "/docs/csharp/whats-new.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-12",
"redirect_url": "/dotnet/csharp/whats-new/csharp-13",
"redirect_document_id": true
},
{
Expand Down Expand Up @@ -4017,7 +4017,7 @@
},
{
"source_path_from_root": "/docs/csharp/whats-new/index.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-12",
"redirect_url": "/dotnet/csharp/whats-new/csharp-13",
"ms.custom": "updateeachrelease"
},
{
Expand Down
4 changes: 3 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@
},
"fileMetadata": {
"uhfHeaderId": {
"docs/csharp/**/**.*": "MSDocsHeader-DotNetCSharp"
"docs/csharp/**/**.*": "MSDocsHeader-DotNetCSharp",
"_csharplang/**.*": "MSDocsHeader-DotNetCSharp",
"_csharpstandard/standard/*.md": "MSDocsHeader-DotNetCSharp"
},
"feedback_system": {
"docs/standard/design-guidelines/**/**.md": "None",
Expand Down

0 comments on commit a48c851

Please sign in to comment.