The feature/docs branch keeps getting deleted from dotnet/fsharp so unfortunately we have to pick up FSharp.Core doc content from main.
This is not to my liking as it makes it harder for us to iterate on fixes to docs, as we're gated on fixes being pulled to that branch.
But it is what it is, so for now we will use dotnet/fsharp main. I will switch to pick up FSharp.Core from a branch in dsyme next time I iterate on the doc content.
The
feature/docs
branch keeps getting deleted fromdotnet/fsharp
so unfortunately we have to pick up FSharp.Core doc content frommain
.This is not to my liking as it makes it harder for us to iterate on fixes to docs, as we're gated on fixes being pulled to that branch.
But it is what it is, so for now we will use
dotnet/fsharp
main. I will switch to pick up FSharp.Core from a branch indsyme
next time I iterate on the doc content.