Skip to content

Commit

Permalink
PR Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Oct 6, 2023
1 parent bd78757 commit f9ecf6b
Showing 1 changed file with 7 additions and 50 deletions.
57 changes: 7 additions & 50 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ indices:
blog-us:
include:
- '/blog/'
- '/blog/actualites/**'
- '/blog/basics/**'
- '/blog/fragments/**'
- '/blog/grundlagen/**'
- '/blog/how-to/**'
- '/blog/neues/**'
- '/blog/perspectives/**'
- '/blog/perspektiven/**'
- '/blog/the-latest/**'
- '/blog/topic/**'
- '/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand Down Expand Up @@ -68,17 +61,10 @@ indices:
blog-uk:
include:
- '/uk/blog/'
- '/uk/blog/actualites/**'
- '/uk/blog/basics/**'
- '/uk/blog/fragments/**'
- '/uk/blog/grundlagen/**'
- '/uk/blog/how-to/**'
- '/uk/blog/neues/**'
- '/uk/blog/perspectives/**'
- '/uk/blog/perspektiven/**'
- '/uk/blog/the-latest/**'
- '/uk/blog/topic/**'
- '/uk/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand All @@ -89,17 +75,10 @@ indices:
blog-au:
include:
- '/au/blog/'
- '/au/blog/actualites/**'
- '/au/blog/basics/**'
- '/au/blog/auagments/**'
- '/au/blog/grundlagen/**'
- '/au/blog/how-to/**'
- '/au/blog/neues/**'
- '/au/blog/perspectives/**'
- '/au/blog/perspektiven/**'
- '/au/blog/the-latest/**'
- '/au/blog/topic/**'
- '/au/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand All @@ -112,15 +91,9 @@ indices:
- '/fr/blog/'
- '/fr/blog/actualites/**'
- '/fr/blog/basics/**'
- '/fr/blog/fragments/**'
- '/fr/blog/grundlagen/**'
- '/fr/blog/how-to/**'
- '/fr/blog/neues/**'
- '/fr/blog/perspectives/**'
- '/fr/blog/perspektiven/**'
- '/fr/blog/the-latest/**'
- '/fr/blog/topic/**'
- '/fr/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand All @@ -131,17 +104,13 @@ indices:
blog-de:
include:
- '/de/blog/'
- '/de/blog/actualites/**'
- '/de/blog/basics/**'
- '/de/blog/fragments/**'
- '/de/blog/grundlagen/**'
- '/de/blog/how-to/**'
- '/de/blog/neues/**'
- '/de/blog/perspectives/**'
- '/de/blog/perspektiven/**'
- '/de/blog/the-latest/**'
- '/de/blog/topic/**'
- '/de/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand All @@ -151,18 +120,13 @@ indices:

blog-jp:
include:
- '/uk/blog/'
- '/uk/blog/actualites/**'
- '/uk/blog/basics/**'
- '/uk/blog/fragments/**'
- '/uk/blog/grundlagen/**'
- '/uk/blog/how-to/**'
- '/uk/blog/neues/**'
- '/uk/blog/perspectives/**'
- '/uk/blog/perspektiven/**'
- '/uk/blog/the-latest/**'
- '/uk/blog/topic/**'
- '/uk/blog/trends/**'
- '/jp/blog/'
- '/jp/blog/basics/**'
- '/jp/blog/how-to/**'
- '/jp/blog/perspectives/**'
- '/jp/blog/the-latest/**'
- '/jp/blog/topic/**'
- '/jp/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand All @@ -173,17 +137,10 @@ indices:
blog-kr:
include:
- '/kr/blog/'
- '/kr/blog/actualites/**'
- '/kr/blog/basics/**'
- '/kr/blog/fragments/**'
- '/kr/blog/grundlagen/**'
- '/kr/blog/how-to/**'
- '/kr/blog/neues/**'
- '/kr/blog/perspectives/**'
- '/kr/blog/perspektiven/**'
- '/kr/blog/the-latest/**'
- '/kr/blog/topic/**'
- '/kr/blog/trends/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
Expand Down

0 comments on commit f9ecf6b

Please sign in to comment.