9 Commits

Author SHA1 Message Date
45aaf87d60 remove repeating docs 2025-09-01 14:51:04 +02:00
2c0a49ffcc replace docs 2025-09-01 14:35:29 +02:00
24a3131656 update with markdown 2025-06-22 12:40:49 +03:00
f3239c3c42 update matomo
Some checks failed
www.threefold_io / Deploy (push) Has been cancelled
www.threefold_io / Wait for Website Update (push) Has been cancelled
www.threefold_io / Check for Broken Links (push) Has been cancelled
2025-03-19 16:33:47 +02:00
b2ecdaacfe Merge branch 'development'
Some checks failed
www.threefold_io / Deploy (push) Has been cancelled
www.threefold_io / Wait for Website Update (push) Has been cancelled
www.threefold_io / Check for Broken Links (push) Has been cancelled
2025-02-28 18:44:38 +08:00
50dcd945b8 Merge branch 'development'
Some checks are pending
www.threefold_io / Deploy (push) Waiting to run
www.threefold_io / Wait for Website Update (push) Blocked by required conditions
www.threefold_io / Check for Broken Links (push) Blocked by required conditions
2025-02-28 18:39:18 +08:00
bddaa0b4f2 Merge pull request 'development to master' (#13) from development into master
Some checks failed
www.threefold_io / Deploy (push) Has been cancelled
www.threefold_io / Wait for Website Update (push) Has been cancelled
www.threefold_io / Check for Broken Links (push) Has been cancelled
Reviewed-on: #13
2025-02-25 16:45:31 +00:00
d2dec763df Merge pull request 'development to master' (#11) from development into master
Some checks are pending
www.threefold_io / Deploy (push) Waiting to run
www.threefold_io / Wait for Website Update (push) Blocked by required conditions
www.threefold_io / Check for Broken Links (push) Blocked by required conditions
Reviewed-on: #11
2025-02-25 16:17:34 +00:00
5f3557594c update cong
Some checks are pending
www.threefold_io / Deploy (push) Waiting to run
www.threefold_io / Wait for Website Update (push) Blocked by required conditions
www.threefold_io / Check for Broken Links (push) Blocked by required conditions
2025-02-25 17:10:57 +02:00
2 changed files with 3 additions and 9 deletions

View File

@@ -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"

View File

@@ -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>