Organize F# language guide toc/index, add F# scenarios#26804
Conversation
|
This is ready. It's a good update to the F# docs and would be great to have up in time for .NET 6 release |
gewarren
left a comment
There was a problem hiding this comment.
This will be much better, thanks. Also, I ran a tool and it looks like these files are orphaned - i.e. not linked from the TOC:
docs\fsharp\language-reference\verbose-syntax.md
docs\fsharp\tutorials\using-functions.md
docs\fsharp\using-fsharp-on-azure\blob-storage.md
docs\fsharp\using-fsharp-on-azure\file-storage.md
docs\fsharp\using-fsharp-on-azure\queue-storage.md
docs\fsharp\using-fsharp-on-azure\table-storage.md
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
|
Regarding "runtime" v "run time" v "run-time", the current .NET docs are inconsistent
I'll add a separate issue about that to get uniformity over all the docs |
This should now be fixed I think this is ready once green |
|
@gewarren I rejigged the F# on Azure section. The "index.md" there is not so useful, it's a big swathe of "other" services, so I split out the two most important uses of F# (deployment/management of Azure resources, and Apache spark). This meant I had to change the top panel link in docs/index.yml under "Cloud" so I took the chance to also put corresponding F# links under "Web and "Machine Learning", to the scenario pages, which seems to make things consistent now |
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
|
Thank you @gewarren! |
@KathleenDollard and I are working to reduce the perceived complexity of the F# docs.
Primary problems addressed:
To do this we merges "F# library reference" into "F# language reference" and "F# style guide" with "F# in practice"