Skip to content

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

Open
IanWitham opened this issue Apr 15, 2025 · 6 comments
Open

Missing namespaces? #104

IanWitham opened this issue Apr 15, 2025 · 6 comments

Comments

@IanWitham
Copy link

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?

@IanWitham
Copy link
Author

IanWitham commented Apr 16, 2025

I see there is some previous discussion about this that wasn't resolved #59, #57. Any further thoughts on this?

@nojaf
Copy link
Collaborator

nojaf commented Apr 16, 2025

You could investigate in https://github.com/fsprojects/fsharp.Formatting/ why they are not showing up. This could very well be an actual bug.

@IanWitham
Copy link
Author

Fsharp.Formatting is indeed processing them, but they have been deliberately omitted from the nav menu (which has been produced manually)

@nojaf
Copy link
Collaborator

nojaf commented Apr 16, 2025

Where are you seeing that?

@dsyme
Copy link
Contributor

dsyme commented Apr 16, 2025

Looks like I ran into overflow or spacing problems in the navbar

My CSS foo is not very good

#57 (comment)

@dsyme
Copy link
Contributor

dsyme commented Apr 16, 2025

Putting them in the navbar just made things look very awkward. If they were collapsed by default it would be OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants