Skip to content

Commit 6499a59

Browse files
committed
Added two new section variables to adoc
Adoc autogenerates section IDs with underscores which create a validation issue. This can be fixed with variables that predefine a prefix and an id separator that work.
1 parent 974117e commit 6499a59

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

adoc/SAP-EIC-Harvester-main.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
:docinfo:
2-
:doctype: book
2+
// :doctype: book
3+
34

45
// defining article ID
5-
[#art-sap-eic-slemicro54]
6+
[#art-sap-eic-harvester-slmicro60]
67

78
// Load document variables
89
include::SAP-EIC-Variables.adoc[]
@@ -11,6 +12,9 @@ include::SAP-EIC-Variables.adoc[]
1112
:harvester: SUSE Virtualization
1213
:harvester_version: 1.4.1
1314

15+
:idprefix: sec-
16+
:idseparator: -
17+
1418
// overwrite variables
1519
:rancher_version: 2.10.1
1620
:slem_version: 6.0

0 commit comments

Comments
 (0)