File tree Expand file tree Collapse file tree 5 files changed +116
-116
lines changed Expand file tree Collapse file tree 5 files changed +116
-116
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ local fieldDescription(f) =
43
43
44
44
local fieldDoc(f, prefix) =
45
45
[
46
- in_panel(html.h4({ id: f.name }, prefix + '.' + f.name + fieldParams(f))),
46
+ in_panel(html.h4({ id: 'std-' + f.name }, prefix + '.' + f.name + fieldParams(f))),
47
47
in_panel([
48
48
if std.objectHas (f, 'availableSince' ) then (
49
49
html.p(
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ <h3 id="example">Example</h3>
106
106
< div class ="hgroup ">
107
107
< div class ="hgroup-inline ">
108
108
< div class ="panel ">
109
- < h3 id ="text_output "> Generating non-JSON output</ h3 >
109
+ < h3 id ="text-output "> Generating non-JSON output</ h3 >
110
110
</ div >
111
111
< div style ="clear: both "> </ div >
112
112
</ div >
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ <h2 id="formatter">Formatter Demo</h2>
169
169
< div class ="hgroup ">
170
170
< div class ="hgroup-inline ">
171
171
< div class ="panel ">
172
- < h2 id ="formatter "> Linter</ h2 >
172
+ < h2 id ="formatter-linter "> Linter</ h2 >
173
173
</ div >
174
174
< div style ="clear: both "> </ div >
175
175
</ div >
@@ -194,7 +194,7 @@ <h2 id="formatter">Linter</h2>
194
194
< div class ="hgroup ">
195
195
< div class ="hgroup-inline ">
196
196
< div class ="panel ">
197
- < h2 id ="formatter "> Bazel Jsonnet Rules</ h2 >
197
+ < h2 id ="formatter-bazel "> Bazel Jsonnet Rules</ h2 >
198
198
</ div >
199
199
< div style ="clear: both "> </ div >
200
200
</ div >
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ <h2 id="parameterize-entire-config">Parameterize Entire Config</h2>
551
551
< div class ="hgroup ">
552
552
< div class ="hgroup-inline ">
553
553
< div class ="panel ">
554
- < h3 id ="parameterize-entire-config "> External variables</ h3 >
554
+ < h3 id ="external-variables "> External variables</ h3 >
555
555
</ div >
556
556
< div style ="clear: both "> </ div >
557
557
</ div >
@@ -631,7 +631,7 @@ <h3 id="parameterize-entire-config">External variables</h3>
631
631
< div class ="hgroup ">
632
632
< div class ="hgroup-inline ">
633
633
< div class ="panel ">
634
- < h3 id ="parameterize-entire-config "> Top-level arguments</ h3 >
634
+ < h3 id ="top-level-arguments "> Top-level arguments</ h3 >
635
635
</ div >
636
636
< div style ="clear: both "> </ div >
637
637
</ div >
@@ -714,7 +714,7 @@ <h3 id="parameterize-entire-config">Top-level arguments</h3>
714
714
< div class ="hgroup ">
715
715
< div class ="hgroup-inline ">
716
716
< div class ="panel ">
717
- < h2 id ="oo "> Object-Orientation</ h2 >
717
+ < h2 id ="object-orientation "> Object-Orientation</ h2 >
718
718
</ div >
719
719
< div style ="clear: both "> </ div >
720
720
</ div >
You can’t perform that action at this time.
0 commit comments