Docs improvements - #1162
Merged
Merged
Conversation
…ith the entire docs.
docs: made the header and text for running Air's development server clearer
…iles more obvious
audreyfeldroy
requested changes
Aug 4, 2026
audreyfeldroy
left a comment
Member
There was a problem hiding this comment.
Very thoughtful work @MrValdez, thank you!
|
|
||
| ```python | ||
| # cart.py | ||
| ```python title="cart.py" |
Member
There was a problem hiding this comment.
Whoa, didn't know about this, cool!
|
|
||
| @router.page | ||
| def cart(): | ||
| def cart_page(): |
| air.Section(air.Aside({"username": form.get("username")})) | ||
| air.Section( | ||
| air.Aside({"username": form.get("username")}), | ||
| ), |
Member
There was a problem hiding this comment.
I take it this reduces cognitive load / friction for new users? @MrValdez
Member
There was a problem hiding this comment.
Yeah, as I read through the rest of the diff I could see it feels better with the spacing.
| Alternately, we can pass reserved keywords as kwargs. | ||
|
|
||
| ```python | ||
| air.Label("Email", **{"class": "plain", "for": "email"}) |
audreyfeldroy
approved these changes
Aug 11, 2026
audreyfeldroy
left a comment
Member
There was a problem hiding this comment.
Applied the requested documentation changes and verified the branch after updating from main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
This is a collection of doc improvements and edits from the point of view of a new user.
Pattern
N/A
Reviewer Focus
Checklist