Skip to content

Commit 915120b

Browse files
authored
Merge branch 'main' into repo-sync
2 parents f61b9a7 + 502b2a2 commit 915120b

975 files changed

Lines changed: 8202 additions & 6754 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
issues:
55
types:
66
- opened
7-
- reopened
87
- transferred
98
pull_request_target:
109
types:
1110
- opened
12-
- reopened
1311

1412
jobs:
1513
check-team-membership:

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
test-group: [content, meta, rendering, routing, unit, links-and-images]
59+
test-group: [content, graphql, meta, rendering, routing, unit]
6060
steps:
6161
- name: Check out repo
6262
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
test-group: [content, meta, rendering, routing, unit]
18+
test-group: [content, graphql, meta, rendering, routing, unit]
1919
steps:
2020
- name: Check out repo
2121
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
test-group: [content, meta, rendering, routing, unit, graphql]
41+
test-group: [content, graphql, meta, rendering, routing, unit]
4242
steps:
4343
# Each of these ifs needs to be repeated at each step to make sure the required check still runs
4444
# Even if if doesn't do anything

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --chown=node:node --from=install /usr/src/docs/dist /usr/src/docs/dist
4242
ENV NODE_ENV production
4343

4444
# Use Lunr instead of Algolia
45-
ENV USE_LUNR true
45+
ENV AIRGAP true
4646

4747
# Copy only what's needed to run the server
4848
COPY --chown=node:node assets ./assets
204 KB
Loading
16.7 KB
Loading
-13 KB
Loading
-28.6 KB
Loading
-36.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)