Author of this content has low reputation.

Ini includes/sidebar.html

appsteem(-2)
Published in
#html
Words
128
Reading
1 min
Listen
Play
8y

In _includes/sidebar.html:

@@ -4,7 +4,13 @@
{% for nav in sorted_nav %}
{% assign col = site.collections | where:"id", nav.collection | first %}

  •   <h6 class="ctrl-nav-section title">{{ nav.title }}</h6>
    
  •   <h6 class="ctrl-nav-section title">
    
  •       {% if nav.docs %}
    
  •           {{ nav.title }}
    
  •       {%else %}
    
  •           <a href="{{ nav.url }}">{{ nav.title }}</a>
    

This change breaks the current navigation pattern in a pretty significant way (every single section header is a link, and clicking on it results in navigating to the corresponding page.).

Changing core nav patterns is well outside the scope of this issue.

Please make the contributing link a nav within the introduction. You can reference how the testnet nav link is constructed for the appropriate pattern.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
info click......https://github.com/steemit/devportal/pull/112#pullrequestreview-113289887.

Ini includes/sidebar.html | Ecency