Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 10cbe78

Browse files
travis1111sghung
authored andcommitted
fixes #109 (#111)
Signed-off-by: tiaoyuw <[email protected]>
1 parent 561b01f commit 10cbe78

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/_layouts/docs.html

+16-8
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,22 @@
324324
</div>
325325
</a>
326326
<div id="openapi_tools" class="cw-sidebar-div cw-sidebar-submenu collapse" style="">
327-
<a href="https://github.com/eclipse/codewind-openapi-vscode" class="bg-light list-group-item list-group-item-action">
328-
OpenAPI Tools for VS Code
329-
<span class="cw-extlink"></span>
330-
</a>
331-
<a href="https://github.com/eclipse/codewind-openapi-eclipse" class="bg-light list-group-item list-group-item-action">
332-
OpenAPI Tools for Eclipse
333-
<span class="cw-extlink"></span>
334-
</a>
327+
<a href="open-api-tools-for-vscode.html"
328+
{% assign cls = "bg-light list-group-item list-group-item-action" %}
329+
{% if "/open-api-tools-for-vscode" == page.url %}
330+
{% assign cls = "cw-current-page bg-light list-group-item list-group-item-action" %}
331+
{% endif %}
332+
class="{{cls}}">
333+
Codewind OpenAPI Tools for VS Code
334+
</a>
335+
<a href="open-api-tools-for-eclipse.html"
336+
{% assign cls = "bg-light list-group-item list-group-item-action" %}
337+
{% if "/open-api-tools-for-eclipse" == page.url %}
338+
{% assign cls = "cw-current-page bg-light list-group-item list-group-item-action" %}
339+
{% endif %}
340+
class="{{cls}}">
341+
Codewind OpenAPI Tools for Eclipse
342+
</a>
335343
</div>
336344

337345
<a href="troubleshooting.html"

0 commit comments

Comments
 (0)