-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add an example of Trace instance for IO #1108
Conversation
I think the docs should use It looks sufficient to me but I'd make that change^ :) |
thanks @kubukoz, I've also added the |
sorry, I see I wasn't clear: I think the EntryPoint way should be the official recommendation, so it should go first. Is that OK with you? |
Sounds good—I've updated it 👍🏻 |
@kubukoz, how do we get the website deployed? |
uh yeah I think we don't have any automation for the site. I'd rather we add a step that publishes to gh-pages as part of CI, using sbt-typelevel's github actions codegen; but regardless we should see if the build still works locally in the first place. |
ok no worries - I'm happy to look into that |
Hello, this PR adds a simple
Trace[IO]
example to the docs.Would that be sufficient, or should I expand this to cover anything else?