Skip to content

Commit c8b69f9

Browse files
Merge pull request #1990 from zachlasiuk/main
TEMPLATE: Renamed coveo .xml terms to match developer.arm.com result folding
2 parents 6e2fd98 + dd9f772 commit c8b69f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/arm-design-system-hugo-theme/layouts/_default/index.coveo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
{{- end -}}
174174

175175
{{- if and (.File) (in .File.Path "learning-paths") -}}
176-
<learningpathid>
176+
<document_id>
177177
{{- if .IsSection -}}
178178
{{- with .Title -}}
179179
{{ . }}
@@ -187,9 +187,9 @@
187187
Unknown Parent Title
188188
{{- end -}}
189189
{{- end -}}
190-
</learningpathid>
191-
<parentid>1</parentid>
192-
<pageid>{{.Params.weight -}}</pageid>
190+
</document_id>
191+
<parentitem>1</parentitem>
192+
<itemid>{{.Params.weight -}}</itemid>
193193
{{- end -}}
194194
</coveo:metadata>
195195
</url>

0 commit comments

Comments
 (0)