Add revenuecatui docs to reference docs#1526
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1526 +/- ##
=======================================
Coverage 84.14% 84.14%
=======================================
Files 218 218
Lines 7196 7196
Branches 1007 1007
=======================================
Hits 6055 6055
Misses 750 750
Partials 391 391 ☔ View full report in Codecov by Sentry. |
aboedo
approved these changes
Dec 14, 2023
aboedo
left a comment
Member
There was a problem hiding this comment.
So glad the multi module setup for dokka is still useful
tonidero
pushed a commit
that referenced
this pull request
Dec 21, 2023
**This is an automatic release.** ### RevenueCatUI * Paywalls: fix empty description when using custom package type and Offer Period (#1519) via Andy Boedo (@aboedo) ### Bugfixes * Disable close button when action is in progress (#1528) via Cesar de la Vega (@vegaro) ### Dependency Updates * Bump danger from 9.4.1 to 9.4.2 (#1527) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Add revenuecatui docs to reference docs (#1526) via Toni Rico (@tonidero) Co-authored-by: revenuecat-ops <ops@revenuecat.com>
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.
Description
Add the
revenuecatuimodule to generated documentation. We already had a multi-module setup, so it was straightforward to add it.