Added links for the main sections
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"> </div>
|
||||
|
||||
{{< /hextra/hero-container >}}
|
||||
|
||||
<div class="hx:mx-auto hx:mb-12" style="max-width: min(70rem, var(--hextra-max-page-width))">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user