Skip to content

Commit

Permalink
Adjust RTD site header (#354)
Browse files Browse the repository at this point in the history
Move the explicitly displayed snapcraft link from header to the "More
Resources" dropdown list.

Also remove "Forum" from the dropdown list because COU doesn't have a
discourse page.

fixes: #218

Co-authored-by: Robert Gildein <[email protected]>
  • Loading branch information
agileshaw and rgildein authored Apr 4, 2024
1 parent 45950d0 commit 36333fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/.sphinx/_templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@
</a>
</li>

<li class="nav-ubuntu-com">
<a href="https://{{ product_page }}" class="p-navigation__link">{{ product_page }}</a>
</li>

<li>
<a href="#" class="p-navigation__link nav-more-links">More resources</a>
<ul class="more-links-dropdown">

<li>
<a href="{{ discourse }}" class="p-navigation__sub-link p-dropdown__link">Forum</a>
<a href="https://{{ product_page }}" class="p-navigation__sub-link p-dropdown__link">Snap Store</a>
</li>

<li>
Expand Down

0 comments on commit 36333fc

Please sign in to comment.