Skip to content

Commit 280db46

Browse files
Merge branch 'develop' into retl-docs-refresh
2 parents b56f9e5 + de4b34d commit 280db46

File tree

190 files changed

+11441
-6730
lines changed

Some content is hidden

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

190 files changed

+11441
-6730
lines changed

docker-compose.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ services:
55
command: make dev
66
image: jekyll/jekyll:latest
77
volumes:
8-
- '.:/srv/jekyll'
9-
- './vendor/bundle:/usr/local/bundle'
8+
- '.:/srv/jekyll'
9+
- './vendor/bundle:/usr/local/bundle'
1010
ports:
11-
- 4000:4000
11+
- 4000:4000
1212
container_name: jekyll
13+
# If you are on arm64 and experiencing issues with the tests (hangs,
14+
# connection reset) then try the following in order:
15+
16+
# - stopping and removing all downloaded container images
17+
# - ensuring you have the latest Docker Desktop version
18+
# - factory reset your Docker Desktop settings
19+
20+
# If you are still running into issues please post in #help-infra-seg.
21+
platform: linux/amd64

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2024-06-11
2+
# destination categories last updated 2024-08-01
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)