<div dir="ltr">On 8 June 2013 17:11, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The index link can also be inside a site header, which can be<br>
consistently in every page of the developer site.  We can use this<br>
image:<br>
<br>
<a href="http://wiki.sugarlabs.org/images/e/e2/Join_Developer_BW.png" target="_blank">http://wiki.sugarlabs.org/images/e/e2/Join_Developer_BW.png</a><br>
<br>
Can also be the favicon :)<br></blockquote><div><br></div><div>The way I'm doing this is to add an extra to docker and hacking stuff around<br><br>#sidebar_switch {<br>

    display: none;<br>

}<br>

<br>function(){<br>    var origSwitchTab = switchTab<br><br>    switchTab = function (tab) {<br>        origSwitchTab("headings");<br>    }<br>})();<br><br></div><div>Nice eh? :P<br><br></div><div>It should be easy to insert that link wherever we want. Do you think the image is enough or should it have text too?<br>
<br>Perhaps inside the sidebar it would be cleaner layout wise, though if you have it hidden... Tough I'm not sure it make sense to hide the sidebar for the introductory docs (it's useful when you have code on the side). Maybe we just disable the hide thing..<br>
</div></div></div></div>