Added isa-docs section

This commit is contained in:
2026-05-28 07:18:28 +02:00
parent 385bacfcd5
commit c3f4c5749d
9 changed files with 39 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
+++ +++
title = "{{ replace .File.ContentBaseName "-" " " | title }}" title = "{{ replace .File.ContentBaseName "-" " " | title }}"
weight = 999
draft = true draft = true
+++ +++
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -31,7 +31,7 @@ layout = "wide"
</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">&nbsp;</div> <div class="hx:mb-12">&nbsp;</div>
+9
View File
@@ -0,0 +1,9 @@
+++
title = "ISA Documentation"
comments = false
breadcrumbs = false
toc = false
cascade.type = "docs"
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "Legacy: LC-1"
weight = 400
draft = true
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "LC-2"
weight = 100
draft = true
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "Variant: LC-3.2"
weight = 500
draft = true
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "LC-3"
weight = 200
draft = true
+++
+5
View File
@@ -0,0 +1,5 @@
+++
title = "LC-3b"
weight = 300
draft = true
+++