-
Notifications
You must be signed in to change notification settings - Fork 79
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
Builder basics update #708
Conversation
@samjulien, it’s ready for your review! |
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.
This is awesome @AccordionGuy. Could you just update the references to "Framework" with "Writer Framework" for consistency? After that we'll mark it ready for Ramiro et al. Thank you!
docs/framework/builder-basics.mdx
Outdated
@@ -2,134 +2,178 @@ | |||
title: "Builder basics" | |||
--- | |||
|
|||
Framework Builder works as an overlay of the running app; you edit your app while it's running. It gives you an accurate representation of what the app will look like and how it'll behave, without the need to constantly preview it. Changes to the user interface are automatically saved into `.wf/` folders. | |||
Framework Builder’s interface is an overlay on top of the running app, which allows you to edit your app while it’s running. This approach gives you an accurate representation of how the app will look and behave without the need to constantly preview it. |
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.
Small nit but we should say "Writer Framework" rather than just "Framework" (a lot of the docs are inconsistent with this).
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.
@samjulien Done!
docs/framework/builder-basics.mdx
Outdated
|
||
## Modes | ||
## Framework Builder’s modes |
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.
Ditto here, "Writer Framework Builder's modes"
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.
@samjulien Done — and not just for this instance, but all instances of “Framework” in the text and alt text.
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.
Thanks @AccordionGuy! This is ready for your team's review/merge/release @ramedina86.
An update to the Builder basics page to match the 0.8.2 user interface and features, as well as to provide additional information on building application UIs in Writer Framework.