-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(documentation): Add API documentation links to package docs (#461)
* docs(documentation): Add API documentation links to package docs - Add pub.dev API links for: - avnu_provider - starknet - starknet_provider - secure_store - wallet_kit * docs(packages): Move API links from READMEs to documentation pages - Remove API documentation links from package READMEs: - avnu_provider - starknet - starknet_provider - secure_store - wallet_kit - Add API documentation links to corresponding docs pages: - docs/packages/avnu_provider.mdx - docs/packages/starknet.mdx - docs/packages/starknet-provider.mdx - docs/packages/secure-store.mdx - docs/packages/wallet-kit.mdx * Resolve merge conflict in starknet-provider docs * Resolve merge conflict in starknet-provider docs * docs: Address PR review comments * docs: Update starknet-provider documentation formatting * chore: fixed PR comment conflict * fix: PR conflicts * chores: fixed PR * revert changes to original encoding * restore original encoding --------- Co-authored-by: Patrice Tisserand <[email protected]>
- Loading branch information
1 parent
f18adb7
commit fab8cd5
Showing
6 changed files
with
43 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 +1,2 @@ | ||
# Starknet Package | ||
📚 [API Documentation](https://pub.dev/documentation/starknet/latest/) |
This file contains 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 +1,2 @@ | ||
# Wallet Kit Package | ||
📚 [API Documentation](https://pub.dev/documentation/wallet_kit/latest/) |
This file contains 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