Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Grace Park <gracepark@github.com> Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> Co-authored-by: Robert Sese <sese@github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com> Co-authored-by: Rachael Sewell <rachmari@github.com>
11 lines
720 B
HTML
11 lines
720 B
HTML
<nav class="UnderlineNav my-3" id="tool-switcher"
|
|
{%- if page.defaultTool %} data-default-tool="{{ page.defaultTool }}"{% endif %}>
|
|
<div class="UnderlineNav-body">
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="webui">Web browser</a>
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="cli">GitHub CLI</a>
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="curl">cURL</a>
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="desktop">Desktop</a>
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="codespaces">Codespaces</a>
|
|
<a href="#" class="UnderlineNav-item tool-switcher" data-tool="vscode">Visual Studio Code</a>
|
|
</div>
|
|
</nav> |