-
Notifications
You must be signed in to change notification settings - Fork 83
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/guides 2.1 tag helpers #219
Conversation
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.
@swilgosz Thank you very much! I left a few inline comments. let's discuss. 🙂
content/v2.1/helpers/overview.md
Outdated
end | ||
``` | ||
|
||
## link_to helper |
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.
@swilgosz What's your idea for organizing all the helpers' documentation? All in here or separated docs?
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.
At first I thought they'll fit in in a single document of overview
, but after working on form_for, that's not gonna happen for sure.
However, methods like: link_to
, are still parts of tag helper, so I think they should be kept together
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.
@swilgosz Thank you!
Resolves: #200