Added links for the main sections

This commit is contained in:
2025-11-18 07:30:10 +01:00
parent a817696a21
commit 53f36ba4e9
2 changed files with 21 additions and 16 deletions

View File

@@ -1,17 +1,17 @@
# [[main]]
# name = "Learn"
# weight = 1
# pageRef = "/learn"
[[main]]
name = "🚧 Learn"
weight = 1
pageRef = "#"
# [[main]]
# name = "ISA Documentation"
# weight = 2
# pageRef = "/isa-docs"
[[main]]
name = "🚧 ISA Documentation"
weight = 2
pageRef = "#"
# [[main]]
# name = "Software Documentation"
# weight = 3
# pageRef = "/docs"
[[main]]
name = "🚧 Software Documentation"
weight = 3
pageRef = "#"
[[main]]
name = "Search"

View File

@@ -20,7 +20,7 @@ layout = "wide"
{{< /hextra/hero-section >}}
</div>
<div class="hx:mb-12">
<div class="hx:mb-6">
{{< hextra/hero-subtitle >}}
An open-source learning suite that reveals how complexity arises from
simplicity.
@@ -30,8 +30,13 @@ layout = "wide"
{{< /hextra/hero-subtitle >}}
</div>
<div class="hx:mb-6">
{{< hextra/hero-button text="Get Started" link="docs" >}}
</div>
{{< hextra/hero-button text="🚧 Learn" link="#" style="margin: calc(var(--hx-spacing)*2)" >}}
{{< hero-button-secondary text="🚧 ISA Documentation" link="#" style="margin: calc(var(--hx-spacing)*2)" >}}
{{< hero-button-secondary text="🚧 Software Documentation" link="#" style="margin: calc(var(--hx-spacing)*2)" >}}
<div class="hx:mb-12">&nbsp;</div>
{{< /hextra/hero-container >}}
<div class="hx:mx-auto hx:mb-12" style="max-width: min(70rem, var(--hextra-max-page-width))">
</div>