Skip to content

Commit

Permalink
Merge pull request #775 from adobe/davidnuescheler-patch-1
Browse files Browse the repository at this point in the history
Update helix-query.yaml
  • Loading branch information
davidnuescheler authored Feb 11, 2025
2 parents 8ffdad1 + 177b221 commit cfc58a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ indices:
select: head > meta[name="publication-date"]
value: |
attribute(el, 'content')
deprecation:
select: head > meta[name="deprecation"]
value: |
attribute(el, 'content')
labs:
select: head > meta[name="labs"]
value: |
attribute(el, 'content')
docpages:
target: /docpages-index
include:
Expand Down

0 comments on commit cfc58a2

Please sign in to comment.