TheAngryByrd / MiniScaffold

F# Template for creating and publishing libraries targeting .NET 6.0 `net6.0` or console apps .NET 6.0 `net6.0`.
https://www.jimmybyrd.me/MiniScaffold/
MIT License
267 stars 31 forks source link

Replace docsTool with fsdocs. #270

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 1 year ago

Is your feature request related to a problem? Please describe.

docsTool has been out of date with FSharp.Formatting for a long time now. FSharp.Formatting itself has gotten quite a bit of love since I originally made that tool. I think we should replace with docsTool with fsdocs.

Describe the solution you'd like

I did the work over in IcedTasks to keep the structure of Tutorial/HowTo/Explanations/Reference.

Describe alternatives you've considered

Not doing it. There's always an option not to.

Additional context