-
Notifications
You must be signed in to change notification settings - Fork 3
ISS-167739: Update Fern to support use default theme flag in documentation #218
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
Changes from 3 commits
d4a0406
d8140b9
7fdca0e
f629530
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [EkLine] reported by reviewdog 🐶
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -157,6 +157,14 @@ You can further customize the behavior by setting the `shouldDismissModalsOnOpen | |||||
DevRev.shouldDismissModalsOnOpenLink: Bool | ||||||
``` | ||||||
|
||||||
## Dynamic Theme Configuration | ||||||
|
||||||
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
```swift | ||||||
DevRev.prefersSystemTheme: Bool | ||||||
``` | ||||||
|
||||||
## Session analytics | ||||||
|
||||||
The DevRev SDK offers session analytics features to help you understand how users interact with your app. | ||||||
|
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.
Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)
fern-api-docs/fern/docs/pages/plug-sdk/ios/features.mdx
Line 10 in d4a0406