-
Notifications
You must be signed in to change notification settings - Fork 0
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: update docs to point to migration docs #1050
docs: update docs to point to migration docs #1050
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1050 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 97 97
Lines 537 537
Branches 64 64
=========================================
Hits 537 537 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
📦 Bundle size (Angular v16)Git ref:
|
📦 Bundle size (Angular v17)Git ref:
|
📦 Bundle size (Angular v15)Git ref:
|
1345206
to
75121bd
Compare
📦 Bundle size (Angular v18)Git ref:
|
🎉 This PR is included in version 1.0.0-beta.36 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue or need
Custom metadata manager guide contains a bit of explanation about the first two deprecations. However, there are now entire pages dedicated to them.
Providers selection guide can also be referred in the migration guide about
function
-based providers. To checkout deprecated documentation.Also, migration docs aren't in
README.md
introduction pointsProposed changes
Reference doc pages about migrations. Move information in those comments (outdated references to deprecated APIs and comment about bundle size) to the migration page.
Change admonition types to question. As that's what titles for those are right now.
Add references to providers selection guide to the
function
-based providers migration.Add migration docs to README.md introduction points
Adds link to API reference to first migration (every guide contains a link at the end to the new docs)
Quick reminders