-
Notifications
You must be signed in to change notification settings - Fork 0
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
Crinja documentation isn't viewable #14
Comments
This happens when the docs fail to build, I'll investigate why these ones failed |
Is there a way to access the doc generator's log output for failed jobs? crinja API docs should not have any special requirements or anything. So I have no clue why it would fail to build. Btw. API docs are available at https://straight-shoota.github.io/crinja/api/latest/ |
That's another thing that should be included in the rewrite. I didn't originally due to security concerns but that was a mistake. I can take a look at crinja docs and see why they failed to build and let you know |
Here is the error, can reproduce locally as well ❯ crystal doc
Showing last frame. Use --error-trace for full trace.
In src/runtime/callable.cr:110:18
110 | alias Proc = Arguments -> Value
^--------
Error: undefined constant Arguments |
Ah it's because you have a specific |
Yeah, I suppose the require order is relevant 😢 Ideally this should be fixed, though. |
Crystaldoc says straight-shoota/crinja is already imported, but it doesn't show up in the search and isn't available by manually constructing the doc URL.
The text was updated successfully, but these errors were encountered: