Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Add links to Flutter SDK #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions partials/reference/sidebar.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<li class="pageNavList__item"><a href="https://github.com/Soneso/stellar-ios-mac-sdk" target="_blank" rel="noopener noreferrer">iOS & macOS<span class="icon-faSvg icon-faSvg--small icon-faSvg-external-neutral5"></span></a></a></li>
<li class="pageNavList__item"><a href="https://github.com/Synesso/scala-stellar-sdk" target="_blank" rel="noopener noreferrer">Scala<span class="icon-faSvg icon-faSvg--small icon-faSvg-external-neutral5"></span></a></a></li>
<li class="pageNavList__item"><a href="https://github.com/bnogalm/StellarQtSDK" target="_blank" rel="noopener noreferrer">C++<span class="icon-faSvg icon-faSvg--small icon-faSvg-external-neutral5"></span></a></a></li>
<li class="pageNavList__item"><a href="https://github.com/Soneso/stellar_flutter_sdk" target="_blank" rel="noopener noreferrer">Flutter<span class="icon-faSvg icon-faSvg--small icon-faSvg-external-neutral5"></span></a></a></li>
{{/sidebarSubMenu}}

</ul>
Expand Down
1 change: 1 addition & 0 deletions src/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ previewImage: landing-2.png
</li>
<li class="landing0616-res__item"><a href="https://github.com/synesso/scala-stellar-sdk">Scala SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/bnogalm/StellarQtSDK">C++ SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/Soneso/stellar_flutter_sdk">Flutter SDK</a></li>
</ul>
</section>

Expand Down