-
Notifications
You must be signed in to change notification settings - Fork 55
move to fsdocs #116
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
move to fsdocs #116
Conversation
|
Hi @dsyme, I was trying to port my libs to the latest fsdocs, but there doesn't seem to be a clear way for generating API references. I tried running this AsyncSeq build and it looks like it doens't generate an API reference either? |
|
@eiriktsarpalis Hmmmm... Do you mean cross references or this? http://fsprojects.github.io/FSharp.Control.AsyncSeq/reference/index.html |
|
Hmmm the docs at http://fsprojects.github.io/FSharp.Control.AsyncSeq/reference/index.html don't actually seem to have been updated. I will check |
|
@eiriktsarpalis OK the docs are updated. Still not sure what you meant by this? Is it cross-references? |
|
When I checked it was serving an empty document. Which is what I was getting in my own library when trying to port it, so it isn't clear to me how I can generate them using the cli tool. |
Could you send a log? So one thing I noticed that may be what you're seeing is that So do you have a |
|
There is an The issue is that |
No namespaces? This is strange. At least one namespace should be shown like this. Something must be different http://fsprojects.github.io/FSharp.Control.AsyncSeq//reference/index.html |
|
I'm not longer reproducing the issue. I didn't make any changes so I'm assuming it must have been local state. Apologies for the confusion. |
No description provided.