This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments