Merge pull request #1951 from willtsai/jssdk-on-landing-page

link javascript sdk to docs landing page
This commit is contained in:
greenie-msft 2021-11-16 15:11:59 -08:00 committed by GitHub
commit 9ee8495024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -147,6 +147,18 @@ you tackle the challenges that come with building microservices and keeps your c
<a href="{{< ref python >}}" class="stretched-link"></a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">
<img src="/images/homepage/javascript.png" alt="JS logo" width=30>
<b>JavaScript</b>
</h5>
<p class="card-text">
Learn more about the JavaScript SDK.
</p>
<a href="{{< ref js >}}" class="stretched-link"></a>
</div>
</div>
</div>
<br>
<div class="card-deck">

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB