fix Docs link
This commit is contained in:
parent
b6387c11ac
commit
e5ac5553fd
@ -8,6 +8,6 @@ extra:
|
|||||||
---
|
---
|
||||||
|
|
||||||
- [About]("/why")
|
- [About]("/why")
|
||||||
- [Docs]("/https://manual.threefold.io/documentation/system_administrators/mycelium/mycelium_app.html")
|
- [Docs]("https://manual.threefold.io/documentation/system_administrators/mycelium/mycelium_app.html")
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class="bg-white mx-auto container flex z-50 justify-between items-center px-6 sm:px-4 md:px-6 py-4 lg:px-5 lg:justify-start space-x-10 sm:space-x-4 ">
|
<div class="bg-white mx-auto container flex z-50 justify-between items-center px-6 sm:px-4 md:px-6 py-4 lg:px-5 lg:justify-start space-x-10 sm:space-x-4 ">
|
||||||
<div>
|
<div>
|
||||||
<a href="{{get_url(path='/')}}" class="flex">
|
<a href="{{get_url(path='/')}}" class="flex">
|
||||||
<img class="w-36 h-auto" style="max-width: none;" src="{{ get_url(path=section.extra.logoPath)}}" alt="ThreeFold Logo" />
|
<img class="w-36 h-auto" style="max-width: none;" src="{{ get_url(path=section.extra.logoPath)}}" alt="Mycelium Logo" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="-mr-2 -my-2 lg:hidden">
|
<div class="-mr-2 -my-2 lg:hidden">
|
||||||
@ -61,6 +61,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<a href="https://manual.threefold.io/documentation/system_administrators/mycelium/mycelium_app.html"
|
||||||
|
class="text-lg py-3 leading-6 font-light text-pretty tracking-wide text-black focus:outline-none focus:text-gray-200 transition ease-in-out duration-150" target="_blank">
|
||||||
|
Docs
|
||||||
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="hidden md:inline-block md:order-last">
|
<div class="hidden md:inline-block md:order-last">
|
||||||
|
Loading…
Reference in New Issue
Block a user