-
Notifications
You must be signed in to change notification settings - Fork 19
Missing namespaces? #104
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
Comments
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 |
Putting them in the navbar just made things look very awkward. If they were collapsed by default it would be OK |
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?
The text was updated successfully, but these errors were encountered: