fix Docs link
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions

This commit is contained in:
Ehab Hassan 2025-02-20 10:36:51 +02:00
parent b6387c11ac
commit e5ac5553fd
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,6 @@ extra:
---
- [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")

View File

@ -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>
<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>
</div>
<div class="-mr-2 -my-2 lg:hidden">
@ -61,6 +61,10 @@
{% endif %}
{% endif %}
{% 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>
<div class="hidden md:inline-block md:order-last">