diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-01-08 13:14:01 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-01-08 13:14:01 +0000 |
| commit | d73b6c0eaaf3ad2ab196763f25a13ba96005a64c (patch) | |
| tree | de208a74333820196018de6a93b45972c5732023 | |
| parent | 4b4bfe007d0852109ce09a0e71212cdbdb10026f (diff) | |
| download | doc-d73b6c0eaaf3ad2ab196763f25a13ba96005a64c.tar.gz doc-d73b6c0eaaf3ad2ab196763f25a13ba96005a64c.zip | |
developers-handbook/tools: Fix subsection attribute
The subsection in tools is the second and not 'A'.
Chapter 2
- A.1
- A.2
- ...
-->
Chapter 2
- 2.1
- 2.2
- ...
PR: 261016
Reported by: Pau Amma
| -rw-r--r-- | documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index 5a7e6522e5..c13521edc9 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -20,7 +20,7 @@ path: "/books/developers-handbook/" :icons: font :sectnums: :sectnumlevels: 6 -:sectnumoffset: A +:sectnumoffset: 2 :partnums: :source-highlighter: rouge :experimental: |
