Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,19 @@
</a>
</div>

<a href="troubleshooting.html"
{% assign cls = "bg-light list-group-item list-group-item-action flex-column align-items-start" %}
{% if "/troubleshooting" == page.url %}
{% assign cls = "cw-current-page bg-light list-group-item list-group-item-action flex-column align-items-start" %}
{% endif %}
class="{{cls}}">
Troubleshooting
</a>





<!-- END hard coded TOC -->


Expand Down