Skip to content

Commit

Permalink
Scala add (#50)
Browse files Browse the repository at this point in the history
* New SDK versions

* New SDK versions --> Nav

* added Scala

* typo fix

* remove alpha from URL

* Reverting last update as needed by generated URL
  • Loading branch information
RichardSmedley authored and amarantha-k committed Mar 12, 2019
1 parent dda089f commit d1fe0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/related-sdk-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const SDK_TITLES = {
'nodejs-sdk': 'Node.js SDK',
'php-sdk': 'PHP SDK',
'python-sdk': 'Python SDK',
'scala-sdk': 'Scala SDK',
}

module.exports = (componentName, url, sdks) =>
Expand Down
1 change: 1 addition & 0 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<li><a href="{{siteRootPath}}/nodejs-sdk/2.6/start-using-sdk.html">Node.js</a></li>
<li><a href="{{siteRootPath}}/php-sdk/2.6/start-using-sdk.html">PHP</a></li>
<li><a href="{{siteRootPath}}/python-sdk/2.5/start-using-sdk.html">Python</a></li>
<li><a href="{{siteRootPath}}/scala-sdk/1.0alpha/start-using-sdk.html">Scala</a></li>
</ul>
<ul>
<li class="heading"><a href="{{siteRootPath}}/server/6.0/connectors/intro.html">Connectors</a></li>
Expand Down

0 comments on commit d1fe0e7

Please sign in to comment.