forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create config and infrastructure for a What's new in docs for a relea…
…se (dotnet#30545) * First pass at a new config file. * lower addition criteria * Update .whatsnew.release.json Co-authored-by: Genevieve Warren <[email protected]> * run the tool as a test * hand edits * remove items that no longer exist * hand editing * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> * Move output file. * increase file changes Use a large value to catch branch merge on what's new in the release. * run the tool with updated labels * increase file count The PR that merges .NET 7 features changed a lot of files. * run the tool with the latest repo changes * organize and trim articles * remove a few more articles. * Update docs/whats-new/dotnet-7-docs.md Co-authored-by: Genevieve Warren <[email protected]> * Update docs/whats-new/dotnet-7-docs.md Co-authored-by: Genevieve Warren <[email protected]> * Update docs/whats-new/dotnet-7-docs.md Co-authored-by: Genevieve Warren <[email protected]> * Update docs/whats-new/dotnet-7-docs.md Co-authored-by: Genevieve Warren <[email protected]> * Update docs/whats-new/dotnet-7-docs.md Co-authored-by: Genevieve Warren <[email protected]> * Apply suggestions from code review * Add .NET Overviews * fix lint warning Co-authored-by: Genevieve Warren <[email protected]>
- Loading branch information
1 parent
4b59282
commit 8500268
Showing
6 changed files
with
386 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"$schema": "https://whatsnewapi.azurewebsites.net/schema", | ||
"docSetProductName": ".NET", | ||
"rootDirectory": "docs/", | ||
"docLinkSettings": { | ||
"linkFormat": "relative", | ||
"relativeLinkPrefix": "../" | ||
}, | ||
"inclusionCriteria": { | ||
"labels": [ | ||
"label:\":checkered_flag: Release: .NET 7\"" | ||
], | ||
"maxFilesChanged": 100, | ||
"minAdditionsToFile": 1 | ||
}, | ||
"navigationOptions": { | ||
"maximumNumberOfArticles": 4, | ||
"tocParentNode": "What's new", | ||
"repoTocFolder": "docs/whats-new", | ||
"indexParentNode": ".NET release updates", | ||
"repoIndexFolder": "docs/whats-new" | ||
}, | ||
"areas": [ | ||
{ | ||
"names": [ "." ], | ||
"heading": "Home" | ||
}, | ||
{ | ||
"names": [ "architecture" ], | ||
"heading": "Architecture guides" | ||
}, | ||
{ | ||
"names": [ "azure" ], | ||
"heading": "Azure SDK for .NET" | ||
}, | ||
{ | ||
"names": [ "csharp" ], | ||
"heading": "C# language" | ||
}, | ||
{ | ||
"names": [ "desktop-wpf" ], | ||
"heading": ".NET Core desktop" | ||
}, | ||
{ | ||
"names": [ "framework" ], | ||
"heading": ".NET Framework" | ||
}, | ||
{ | ||
"names": [ "fsharp" ], | ||
"heading": "F# language" | ||
}, | ||
{ | ||
"names": [ "core/compatibility" ], | ||
"heading": ".NET breaking changes" | ||
}, | ||
{ | ||
"names": [ "core", "fundamentals", "standard" ], | ||
"heading": ".NET fundamentals" | ||
}, | ||
{ | ||
"names": [ "iot" ], | ||
"heading": ".NET IoT libraries" | ||
}, | ||
{ | ||
"names": [ "machine-learning" ], | ||
"heading": "ML.NET" | ||
}, | ||
{ | ||
"names": [ "spark" ], | ||
"heading": ".NET for Apache Spark" | ||
}, | ||
{ | ||
"names": [ "visual-basic" ], | ||
"heading": "Visual Basic language" | ||
}, | ||
{ | ||
"names": [ "orleans", "dotnet-orleans" ], | ||
"heading": "Microsoft Orleans" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.