From c3f4c5749d62a9b4da3f9349e09c312377144d38 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Thu, 28 May 2026 07:18:28 +0200 Subject: [PATCH] Added `isa-docs` section --- archetypes/default.md | 1 + config/_default/menu.toml | 2 +- content/_index.md | 6 +++--- content/isa-docs/_index.md | 9 +++++++++ content/isa-docs/lc-1/_index.md | 5 +++++ content/isa-docs/lc-2/_index.md | 5 +++++ content/isa-docs/lc-3.2/_index.md | 5 +++++ content/isa-docs/lc-3/_index.md | 5 +++++ content/isa-docs/lc-3b/_index.md | 5 +++++ 9 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 content/isa-docs/_index.md create mode 100644 content/isa-docs/lc-1/_index.md create mode 100644 content/isa-docs/lc-2/_index.md create mode 100644 content/isa-docs/lc-3.2/_index.md create mode 100644 content/isa-docs/lc-3/_index.md create mode 100644 content/isa-docs/lc-3b/_index.md diff --git a/archetypes/default.md b/archetypes/default.md index bfeed54..90d9b46 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,4 +1,5 @@ +++ title = "{{ replace .File.ContentBaseName "-" " " | title }}" +weight = 999 draft = true +++ diff --git a/config/_default/menu.toml b/config/_default/menu.toml index b7c7b15..a257210 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -6,7 +6,7 @@ [[main]] name = "🚧 ISA Documentation" weight = 2 - pageRef = "#" + pageRef = "/isa-docs" [[main]] name = "🚧 Software Documentation" diff --git a/content/_index.md b/content/_index.md index e698fae..a8711aa 100644 --- a/content/_index.md +++ b/content/_index.md @@ -30,9 +30,9 @@ layout = "wide" {{< /hextra/hero-subtitle >}} -{{< 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)" >}} +{{< hextra/hero-button text="🚧 Learn" 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)" >}}
 
diff --git a/content/isa-docs/_index.md b/content/isa-docs/_index.md new file mode 100644 index 0000000..52d2df6 --- /dev/null +++ b/content/isa-docs/_index.md @@ -0,0 +1,9 @@ ++++ +title = "ISA Documentation" + +comments = false +breadcrumbs = false +toc = false + +cascade.type = "docs" ++++ diff --git a/content/isa-docs/lc-1/_index.md b/content/isa-docs/lc-1/_index.md new file mode 100644 index 0000000..f36e3ee --- /dev/null +++ b/content/isa-docs/lc-1/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Legacy: LC-1" +weight = 400 +draft = true ++++ diff --git a/content/isa-docs/lc-2/_index.md b/content/isa-docs/lc-2/_index.md new file mode 100644 index 0000000..6a3939b --- /dev/null +++ b/content/isa-docs/lc-2/_index.md @@ -0,0 +1,5 @@ ++++ +title = "LC-2" +weight = 100 +draft = true ++++ diff --git a/content/isa-docs/lc-3.2/_index.md b/content/isa-docs/lc-3.2/_index.md new file mode 100644 index 0000000..da53471 --- /dev/null +++ b/content/isa-docs/lc-3.2/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Variant: LC-3.2" +weight = 500 +draft = true ++++ diff --git a/content/isa-docs/lc-3/_index.md b/content/isa-docs/lc-3/_index.md new file mode 100644 index 0000000..ec85fe6 --- /dev/null +++ b/content/isa-docs/lc-3/_index.md @@ -0,0 +1,5 @@ ++++ +title = "LC-3" +weight = 200 +draft = true ++++ diff --git a/content/isa-docs/lc-3b/_index.md b/content/isa-docs/lc-3b/_index.md new file mode 100644 index 0000000..4b03ec3 --- /dev/null +++ b/content/isa-docs/lc-3b/_index.md @@ -0,0 +1,5 @@ ++++ +title = "LC-3b" +weight = 300 +draft = true ++++