Skip to content

Commit 0ec6d90

Browse files
author
Test
committed
fix: reorder nav menu and remove GitHub button
Order: Features, Commands, Compare, Blog, Pricing, Live Removed GitHub button (link already on homepage)
1 parent 1d4b6b1 commit 0ec6d90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
<div class="nav-links">
3030
<a href="{{ '/reference/capabilities' | relative_url }}">Features</a>
3131
<a href="{{ '/reference/commands' | relative_url }}">Commands</a>
32-
<a href="{{ '/blog' | relative_url }}">Blog</a>
3332
<a href="{{ '/vs' | relative_url }}">Compare</a>
33+
<a href="{{ '/blog' | relative_url }}">Blog</a>
3434
<a href="{{ '/pricing' | relative_url }}">Pricing</a>
3535
<a href="{{ '/live' | relative_url }}" class="nav-live">Live</a>
36-
<a href="https://github.com/gptcode-cloud/cli" class="nav-github" target="_blank">GitHub</a>
3736
</div>
3837
</div>
3938
</nav>

0 commit comments

Comments
 (0)