-
Notifications
You must be signed in to change notification settings - Fork 6k
Organize F# language guide toc/index, add F# scenarios #26804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
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"