-
Notifications
You must be signed in to change notification settings - Fork 402
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: surface new 1.12.0 features and enhancements #344
docs: surface new 1.12.0 features and enhancements #344
Conversation
I do have some code example use cases for And a code example of the AppSync decorator: |
Co-authored-by: Michael Brewer <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #344 +/- ##
===========================================
+ Coverage 99.60% 99.88% +0.28%
===========================================
Files 95 95
Lines 3508 3529 +21
Branches 173 173
===========================================
+ Hits 3494 3525 +31
+ Misses 8 2 -6
+ Partials 6 2 -4
Continue to review full report at Codecov.
|
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.
Looks cool.
We might want to remove the New in 1.12.0
in future releases as we might start to clutter the docs. It could be some kind of expiring things :)
Thanks Michael - I found the first example being better suited for a new Guide section, as we'd want to keep it brief. The App Resolver decorator, there's a high chance (90%) this will be moved once the RFC #325 and #322 get more details, so let's keep this undocumented for now. |
Actually there's going to be an even better news that this will no longer be necessary - Our documentation system now supports versioning, meaning we could have that for either per release tag OR per branch (less convoluted) https://squidfunk.github.io/mkdocs-material/changelog/#700-_-february-22-2021 |
Sounds good. Maybe we have a cookbook guide somewhere that has more detailed use cases (or it could just be blog posts we refer to) |
Indeed - Cookbook might be quicker to get these things for now as a Guide needs a lot more thought into it. Feel free to open a new discussion and we can get people's ideas on what good recipes we could add in |
Issue #, if available:
Description of changes:
Surface new functionalities, enhancements, and refresh docs to better surface certain features previously hidden:
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.