Added isa-docs section
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .File.ContentBaseName "-" " " | title }}"
|
title = "{{ replace .File.ContentBaseName "-" " " | title }}"
|
||||||
|
weight = 999
|
||||||
draft = true
|
draft = true
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
[[main]]
|
[[main]]
|
||||||
name = "🚧 ISA Documentation"
|
name = "🚧 ISA Documentation"
|
||||||
weight = 2
|
weight = 2
|
||||||
pageRef = "#"
|
pageRef = "/isa-docs"
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "🚧 Software Documentation"
|
name = "🚧 Software Documentation"
|
||||||
|
|||||||
+3
-3
@@ -30,9 +30,9 @@ layout = "wide"
|
|||||||
{{< /hextra/hero-subtitle >}}
|
{{< /hextra/hero-subtitle >}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{< hextra/hero-button text="🚧 Learn" link="#" style="margin: calc(var(--hx-spacing)*2)" >}}
|
{{< 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="🚧 ISA Documentation" link="/isa-docs" style="margin: calc(var(--hx-spacing)*2)" >}}
|
||||||
{{< hero-button-secondary text="🚧 Software 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>
|
<div class="hx:mb-12"> </div>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
+++
|
||||||
|
title = "ISA Documentation"
|
||||||
|
|
||||||
|
comments = false
|
||||||
|
breadcrumbs = false
|
||||||
|
toc = false
|
||||||
|
|
||||||
|
cascade.type = "docs"
|
||||||
|
+++
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = "Legacy: LC-1"
|
||||||
|
weight = 400
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = "LC-2"
|
||||||
|
weight = 100
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = "Variant: LC-3.2"
|
||||||
|
weight = 500
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = "LC-3"
|
||||||
|
weight = 200
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = "LC-3b"
|
||||||
|
weight = 300
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
Reference in New Issue
Block a user