-
Notifications
You must be signed in to change notification settings - Fork 40
Docs/release 0.6.0 #314
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
Docs/release 0.6.0 #314
Conversation
collected (server-side flows) or produced (client-side flows). | ||
</p> | ||
<p> | ||
Old code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To have the two code blocks side-by-side, you can wrap them in a <compare>
element:
<compare first-title="0.5.x" second-title="0.6.x">
<code-block>...</code-block>
<code-block>...</code-block>
</compare>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not look good when rendered
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it's not important to use it. I'd only recommend to change the preceding text from "Old code" and "New code" to "0.5.x" and "0.6.x"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@vnikolova thank you for the review! Changes applied |
f8a6566
to
4337fd6
Compare
* Docs for 0.6.0 * Deprecations * Review comments
Subsystem
Docs
Documentation update for the 0.6.0 release with the migration guide and changes in the onboading pages.