* adding switcher to creating a codespace guide * adding additional switcher for vscode and updating codespaces name * using webui in codespaces coontext * updating internal documentation * remove default tool Co-authored-by: hubwriter <hubwriter@github.com>
11 lines
719 B
HTML
11 lines
719 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">GitHub.com</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> |