We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently handle the "feedback" section in two ways.
elements
patterns
docs/elements/elements.html
{% include 'feedback.html' %}
docs/release-notes.njk
<div class="multi-column--min-300-wide section section--palette-default container feedback"> <div> {% call getstarted.section("Feedback") -%} <p>To give feedback about anything on this page, <a href="mailto:[email protected]">contact us</a>.</p> {%- endcall %} </div> <div> {% call getstarted.section("Other libraries") -%} <p>To learn more about our other libraries, visit <a href="../../get-started">this page</a>.</p> {%- endcall %} </div> </div>
We should improve the feedback component logic so that it can work beyond the elements & patterns pages.
No response
The text was updated successfully, but these errors were encountered:
docs: feedback shortcode
9802a38
closes #1117
docs: feedback shortcode (#1129)
f5250c9
bennypowers
Successfully merging a pull request may close this issue.
Description
We currently handle the "feedback" section in two ways.
elements
&patterns
pages.docs/elements/elements.html
docs/release-notes.njk
Suggested solution
We should improve the feedback component logic so that it can work beyond the
elements
&patterns
pages.Example API
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: