FSharp.Formatting
FSharp.Formatting copied to clipboard
discussion: multi target F# libraries (IL, WebSharper, Fable, etc.)
I'm wondering if there is any provision, that would enable to flag code for which documentation is generated, as "supported on target X,Y,Z"?
With the growing of F# into other ecosystems than dotnet, I wanted to suggest few points:
- considering extension points, so we could refer to types in other ecosystems documentation, in same way CLR types surface in the documentation https://fsprojects.github.io/FSharp.Formatting/reference/fsharp-formatting-codeformat-errorkind.html#Error
- having a filtered view where end user would select the targets of interest while browsing the documentation (if I'm interested in CLR & Fable to rust or Fable to python only, while browsing a given library)
- engaging with other communities that manage similar projects in the target ecosystems, to obtain guidance on how to tackle this the best from their perspective, leveraging their knowledge of how similar tools work there
I came across this: https://devdocs.io/, it would be great for fsdocs enabled projects to surface there.