Skip to content

Commit

Permalink
Fix broken sidebar links.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed May 18, 2024
1 parent 4e2ffb0 commit 2683ab6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/_templates/sidebartoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ <h3>Getting Around</h3>
<ul>
<li><a class="reference internal" href="{{ pathto(master_doc) }}">Basic Usage</a>
<ul>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#installation">Installation</a>
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#installation">Installation</a>
</li>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#open-a-tunnel">Open a
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#open-a-tunnel">Open a
Tunnel</a></li>
<li><a #
class="reference internal" href="{{ pathto(master_doc) | trim("") }}#configuration">Configuration</a>
</li>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#event-logs">Event Logs</a>
</li>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#command-line-usage">Command
<li><a class="reference internal"
href="{{ pathto(master_doc) | trim("#") }}#configuration">Configuration</a></li>
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#event-logs">Event Logs</a></li>
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#command-line-usage">Command
Line Usage</a>
</li>
</ul>
</li>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#dive-deeper">Dive Deeper</a>
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#dive-deeper">Dive Deeper</a>
<ul>
<li><a api class="reference internal" href="{{ pathto("") }}">API Documentation</a></li>
<li><a class="reference internal" href="{{ pathto(" integrations") }}">Integration Examples</a></li>
<li><a class="reference internal" href="{{ pathto(" troubleshooting") }}">Troubleshooting</a></li>
<li><a class="reference internal" href="{{ pathto("api") }}">API Documentation</a></li>
<li><a class="reference internal" href="{{ pathto("integrations") }}">Integration Examples</a></li>
<li><a class="reference internal" href="{{ pathto("troubleshooting") }}">Troubleshooting</a></li>
<li><a href="https://github.com/alexdlaird/pyngrok/blob/main/CHANGELOG.md">Changelog</a></li>
<li><a href="https://github.com/alexdlaird/pyngrok/issues">Issues</a></li>
<li><a # class="reference internal" href="{{ pathto(master_doc) | trim("") }}#contributing">Contributing</a>
<li><a class="reference internal" href="{{ pathto(master_doc) | trim("#") }}#contributing">Contributing</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 2683ab6

Please sign in to comment.