Skip to content

Commit a3e36b1

Browse files
authored
Merge pull request #65 from RichardSmedley/patch-1
Added Ruby β
2 parents 9ebb3f8 + 6157297 commit a3e36b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/partials/header-content.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
</a>
4141
</li>
4242
<li class="nav-item">
43-
<a class="nav-link" href="{{relativize (resolvePageURL 'home::integrations.adoc')}}">
44-
Integration
43+
<a class="nav-link" href="{{relativize (resolvePageURL 'server:sdk:overview.adoc')}}">
44+
SDKs
4545
</a>
4646
</li>
4747
<li class="nav-item">

src/partials/nav-version-control.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ul>
2828
{{#if (ends-with page.component.name '-sdk')}}
2929
<ul class="related">
30-
{{#each (related-sdk-pages 'c,dotnet,go,java,nodejs,php,python,scala')}}
30+
{{#each (related-sdk-pages 'c,dotnet,go,java,nodejs,php,python,ruby,scala')}}
3131
<li><a class="navbar-item" href="{{relativize ./url}}">{{{./title}}}</a></li>
3232
{{/each}}
3333
</ul>

0 commit comments

Comments
 (0)