You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating auth0#135, I noticed that the build requires the
redcarpet gem, otherwise we get the error:
[error]: Missing 'redcarpet' gem for Markdown formatting. Install it
with `gem install redcarpet`
I'll investigate why the link you posted here is not up-to-date. It mentions master on there but I'm not seeing the latest auth endpoint docs added.
I'm seeing the task on my end and it runs without any issues (a few warning that need cleaning up). It creates an up-to-date version in the /docs folder for this gem. The task is initiated here. It might be a problem with how that task is structured so you can try one of the fixes here. If one of those work, let me know or create a PR and I'll test it out.
Also, can you try @jamietanna's fix above (#136) and see if that makes a difference?
Hello,
When I run
$ bundle exec rake documentation
I get
When I list my tasks using
--tasks
, documentation does not show up.Any ideas?
When the local documentation is built, will it be the same as what is on https://www.rubydoc.info/github/auth0/ruby-auth0/Auth0Client? It seems quite incomplete...
The text was updated successfully, but these errors were encountered: