Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 14:00:24 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2bd11b66cb - main - HW Relnotes: Enable Table of Contents Subsections
Message-ID:  <202411141400.4AEE0Oxg005722@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2bd11b66cbae63b0f57fa2a355b5770917c99541

commit 2bd11b66cbae63b0f57fa2a355b5770917c99541
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-11-14 13:51:55 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-14 13:56:36 +0000

    HW Relnotes: Enable Table of Contents Subsections
    
    I think this really helps the page. I only did the template and upcoming
    releases, but would be willing to do past ones for consistency if that
    is appropriate.
    
    Reviewed by:    mhorne, emaste
    Differential Revision:  https://reviews.freebsd.org/D47272
---
 website/archetypes/release/hardware.adoc        | 2 +-
 website/content/en/releases/13.5R/hardware.adoc | 2 +-
 website/content/en/releases/14.2R/hardware.adoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/archetypes/release/hardware.adoc b/website/archetypes/release/hardware.adoc
index 99c88c9027..f624c2f693 100644
--- a/website/archetypes/release/hardware.adoc
+++ b/website/archetypes/release/hardware.adoc
@@ -6,7 +6,7 @@ sidenav: download
 :localRel: X.Y
 :doctype: article
 :toc: macro
-:toclevels: 1
+:toclevels: 2
 :icons: font
 :sectnums:
 :source-highlighter: rouge
diff --git a/website/content/en/releases/13.5R/hardware.adoc b/website/content/en/releases/13.5R/hardware.adoc
index afa764c08f..3d947f0f94 100644
--- a/website/content/en/releases/13.5R/hardware.adoc
+++ b/website/content/en/releases/13.5R/hardware.adoc
@@ -6,7 +6,7 @@ sidenav: download
 = FreeBSD 13.5 Hardware Notes
 :doctype: article
 :toc: macro
-:toclevels: 1
+:toclevels: 2
 :icons: font
 :sectnums:
 :source-highlighter: rouge
diff --git a/website/content/en/releases/14.2R/hardware.adoc b/website/content/en/releases/14.2R/hardware.adoc
index 67dc84dc81..6db5fc28cf 100644
--- a/website/content/en/releases/14.2R/hardware.adoc
+++ b/website/content/en/releases/14.2R/hardware.adoc
@@ -6,7 +6,7 @@ sidenav: download
 :localRel: 14.2
 :doctype: article
 :toc: macro
-:toclevels: 1
+:toclevels: 2
 :icons: font
 :sectnums:
 :source-highlighter: rouge



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411141400.4AEE0Oxg005722>