-
Notifications
You must be signed in to change notification settings - Fork 42
[MOB-9676] docs and doc generator #610
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
Merged
lposen
merged 28 commits into
2.0.0-alpha/master
from
2.0.0-alpha/MOB-9676-new-doc-generator
Jan 6, 2025
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7db31cc
Update .gitignore to include docs directory; add typedoc command to p…
lposen 26afd81
Add typedoc as a dependency in package.json for improved documentatio…
lposen bce5257
Add eslint-plugin-tsdoc for improved TypeScript documentation linting…
lposen ffc4467
Update ESLint ignore file to exclude docs directory; add typedoc comm…
lposen 9e9f171
Fixed issues identified by tsdoc/syntax
lposen 7524885
Add typedoc-plugin-coverage for improved documentation coverage track…
lposen c7725b5
Refactor TypeDoc configuration: remove old typedoc.json, add typedoc.…
lposen 07ffa32
Enhance Iterable class documentation with examples for key methods to…
lposen 25915cf
Enhance documentation for Iterable inbox components: add detailed pro…
lposen 17004be
Enhance documentation for useAppStateListener and useDeviceOrientatio…
lposen d4b68fb
Enhance documentation for Iterable inbox types: add detailed descript…
lposen e70277e
Enhance documentation for IterableAction and IterableAttributionInfo …
lposen de0e2b4
Enhance documentation for IterableCommerceItem, IterableConfig, Itera…
lposen 4a07e91
Enhance documentation for IterableInApp enums and IterableInAppMessag…
lposen bbbf7f4
Add code block example to IterableInAppManager documentation for show…
lposen 8dbad2c
Updated inbox documentation with info found in docs
lposen 28e66de
Enhance documentation for handleAppLink method: clarify usage, add de…
lposen 56f89b4
Add typedoc-plugin-mermaid for enhanced documentation capabilities an…
lposen 630338a
Enhance documentation across multiple classes and enums: add detailed…
lposen cbd9583
Enhance documentation for Iterable SDK components: add descriptions f…
lposen a3e725b
Fix typo in IterableEventName enum: correct "failse" to "fails" in ha…
lposen 5a29d1f
Enhance documentation across multiple files: clarify descriptions, im…
lposen d06c597
Update typedoc configuration to enforce documentation requirements: s…
lposen 533df62
Merge branch '2.0.0-alpha/MOB-10141-make-lint-rules-stricter' into 2.…
lposen f6bff5a
Merge branch '2.0.0-alpha/MOB-10141-make-lint-rules-stricter' into 2.…
evantk91 7f3df5d
Merge branch '2.0.0-alpha/MOB-10141-make-lint-rules-stricter' into 2.…
lposen dc0f02a
Merge branch '2.0.0-alpha/master' into 2.0.0-alpha/MOB-9676-new-doc-g…
lposen fb179a5
refactor: named type as `IterableInAppMessageRaw`
lposen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| docs/ | ||
| integration-testing/ | ||
| lib/ | ||
| node_modules/ |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,4 +84,5 @@ android/generated | |
| # Iterable | ||
| .env | ||
| .xcode.env.local | ||
| coverage/ | ||
| coverage/ | ||
| docs/ | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,7 @@ | |
| "test:coverage": "jest --coverage", | ||
| "typecheck": "tsc", | ||
| "lint": "eslint \"**/*.{js,ts,tsx}\"", | ||
| "docs": "typedoc", | ||
| "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", | ||
| "prepare": "bob build", | ||
| "release": "release-it" | ||
|
|
@@ -83,6 +84,7 @@ | |
| "eslint-config-prettier": "^9.0.0", | ||
| "eslint-plugin-jest": "^28.9.0", | ||
| "eslint-plugin-prettier": "^5.0.1", | ||
| "eslint-plugin-tsdoc": "^0.3.0", | ||
| "jest": "^29.7.0", | ||
| "prettier": "^3.0.3", | ||
| "react": "18.3.1", | ||
|
|
@@ -93,6 +95,9 @@ | |
| "react-native-webview": "^13.12.3", | ||
| "release-it": "^15.0.0", | ||
| "turbo": "^1.10.7", | ||
| "typedoc": "^0.26.11", | ||
| "typedoc-plugin-coverage": "^3.3.0", | ||
| "typedoc-plugin-mermaid": "^1.12.0", | ||
|
Contributor
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. Not sure what this plugin does.
Contributor
Author
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. Mermaid is graphs |
||
| "typescript": "^5.2.2" | ||
| }, | ||
| "resolutions": { | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.