Missing namespaces?
FSDocs is finding some namespaces that are not referenced from the hardcoded side navigation:
-
FSharp.Data.UnitSystems.SI.UnitNames -
FSharp.Data.UnitSystems.SI.UnitSymbols -
FSharp.Linq.QueryRunExtensions
The documentation pages are generated (e.g. try searching for "Joule" and you'll see it exists), but they aren't discoverable from the existing nav menu.
Is there a reason they have been omitted, or should they be included?
I see there is some previous discussion about this that wasn't resolved #59, #57. Any further thoughts on this?
You could investigate in https://github.com/fsprojects/fsharp.Formatting/ why they are not showing up. This could very well be an actual bug.
Fsharp.Formatting is indeed processing them, but they have been deliberately omitted from the nav menu (which has been produced manually)
Where are you seeing that?
Looks like I ran into overflow or spacing problems in the navbar
My CSS foo is not very good
https://github.com/fsharp/fsharp-core-docs/issues/57#issuecomment-669987673
Putting them in the navbar just made things look very awkward. If they were collapsed by default it would be OK