Skip to content

Commit 0c604a1

Browse files
BillWagnerT-Gro
andauthored
define freshness tiers for F# (#48008)
* define freshness tiers for F# Define freshness tiers for different folders in the F# guide. I followed the general strategy I used for C#: Areas that are likely to need updates for each release based on new features are 1 year. Most reference is 3 years: Someone should give it a look, even if it's not likely that new features impact it. Some of the reference for stable features is 5 years. Compiler diagnostics are 10 years. * Update docfx.json Co-authored-by: Tomas Grosup <[email protected]> --------- Co-authored-by: Tomas Grosup <[email protected]>
1 parent 3ef9fab commit 0c604a1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docfx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,16 @@
918918
"docs/csharp/misc/**/**.{md,yml}": "3650-days",
919919
"docs/csharp/roslyn-sdk/**/**.{md,yml}": "1825-days",
920920
"docs/csharp/specification/**/**.{md,yml}": "1825-days",
921+
"docs/fsharp/**/**.{md,yml}": "1095-days",
922+
"docs/fsharp/whats-new/**/**.{md,yml}": "365-days",
923+
"docs/fsharp/tools/fsharp-interactive/**/**.{md,yml}": "1095-days",
924+
"docs/fsharp/scenarios/**/**.{md,yml}": "1095-days",
925+
"docs/fsharp/tutorials/**/**.{md,yml}": "1095-days",
926+
"docs/fsharp/tutorials/type-providers/**/**.{md,yml}": "1825-days",
927+
"docs/fsharp/language-reference/**/**.{md,yml}": "1825-days",
928+
"docs/fsharp/language-reference/compiler-messages/**/**.{md,yml}": "3650-days",
929+
"docs/fsharp/style-guide/**/**.{md,yml}": "1095-days",
930+
"docs/fsharp/get-started/**/**.{md,yml}": "1095-days",
921931
"docs/framework/**/*.md": "3650-days",
922932
"docs/iot/**/**.{md,yml}": "1825-days",
923933
"docs/visual-basic/**/**.{md,yml}": "3650-days",

0 commit comments

Comments
 (0)