Compare commits
9 Commits
e78fedfc6c
...
45aaf87d60
Author | SHA1 | Date | |
---|---|---|---|
45aaf87d60 | |||
2c0a49ffcc | |||
24a3131656 | |||
f3239c3c42 | |||
b2ecdaacfe | |||
50dcd945b8 | |||
bddaa0b4f2 | |||
d2dec763df | |||
5f3557594c |
@@ -1,5 +1,6 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "/mycelium/"
|
||||
base_url = "https://www.mycelium.threefold.io/"
|
||||
# Change this to your own URL! Please note this variable **must** be uncommented .
|
||||
|
||||
title = "Mycelium"
|
||||
description = "Our global digital backbone"
|
||||
|
@@ -74,10 +74,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<a href="https://manual.grid.tf/labs/documentation/system_administrators/mycelium_toc/"
|
||||
class="text-lg py-3 leading-6 font-light text-pretty tracking-wide 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">
|
||||
@@ -225,10 +222,6 @@
|
||||
</p>
|
||||
{% include "partials/socialLinks.html" %}
|
||||
</div> #}
|
||||
<a href="https://manual.grid.tf/labs/documentation/system_administrators/mycelium_toc/"
|
||||
class="text-lg px-8 py-3 leading-6 font-normal hover:text-gray-600 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
|
||||
Docs
|
||||
</a>
|
||||
<div class="rounded-full border-2 my-4 border-gray-400 py-2 mx-4">
|
||||
<a href="/download" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Get Mycelium</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user