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]] [[main]]
# name = "Learn" name = "🚧 Learn"
# weight = 1 weight = 1
# pageRef = "/learn" pageRef = "#"
# [[main]] [[main]]
# name = "ISA Documentation" name = "🚧 ISA Documentation"
# weight = 2 weight = 2
# pageRef = "/isa-docs" pageRef = "#"
# [[main]] [[main]]
# name = "Software Documentation" name = "🚧 Software Documentation"
# weight = 3 weight = 3
# pageRef = "/docs" pageRef = "#"
[[main]] [[main]]
name = "Search" name = "Search"

View File

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